Home › Forums › Quform WordPress › Upload field not visible
- This topic has 9 replies, 3 voices, and was last updated 12 years, 1 month ago by
Ally.
- AuthorPosts
- June 18, 2013 at 9:42 am #4893
karimh
ParticipantHello,
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 #4894Ally
Support 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 #4895karimh
ParticipantHi 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 #4896Ally
Support 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 #4897karimh
ParticipantI’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 #4923artman
ParticipantHi,
i have the same problem with the upload field.
Did you find a solution?
Regards
ArturJune 20, 2013 at 1:17 am #4924artman
ParticipantI 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 #4942Ally
Support 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 #4968artman
ParticipantSolution:
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 #4980Ally
Support 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.