Home › Forums › Quform WordPress › Upload field not visible
- This topic has 9 replies, 3 voices, and was last updated 11 years, 5 months ago by Ally.
- AuthorPosts
- June 18, 2013 at 9:42 am #4893karimhParticipant
Hello,
I am currently using QuForm with the Enfold theme but the upload field is not visible in my forms.
My Error Console displays the following:
SyntaxError: Unexpected token ‘<'
demande-demploi:622TypeError: 'null' is not an object (evaluating 'iPhorm.instance.addDatepicker')Have you ever encountered that particular problem?
June 18, 2013 at 9:49 am #4894AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
June 18, 2013 at 10:14 am #4895karimhParticipantHi Ally,
I’ve just gone through the link you’ve just sent me but can’t fix the problem.
Are you aware of any other solution I could try?
Regards,
Karim
June 18, 2013 at 10:19 am #4896AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
June 18, 2013 at 10:30 am #4897karimhParticipantI’ve just sent you the information using the contact form on Code Canyon.
Let me know if you need anything else.
Regards,
Karim
June 20, 2013 at 1:11 am #4923artmanParticipantHi,
i have the same problem with the upload field.
Did you find a solution?
Regards
ArturJune 20, 2013 at 1:17 am #4924artmanParticipantI used firebug to find some errors and can see that quform generate some “” Tags in the JavaScript Code!? The second error is “iPhorm.instance is null”….
June 21, 2013 at 10:00 am #4942AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
June 21, 2013 at 6:40 pm #4968artmanParticipantSolution:
Theme Folder -> functions.phpThis line cause the problem.
add_filter(‘the_content’, ‘pmc_formatter’, 99);
The theme source will be formatted and create some errors in the quform source code…The function will be found in the Theme Folder -> includes-> formatting.php file…
Regards
ArturJune 23, 2013 at 10:10 am #4980AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
- AuthorPosts
- You must be logged in to reply to this topic.