Home › Forums › Quform WordPress › WP Bootstrap Tabs conflict with Quform with logic condition.
- This topic has 13 replies, 2 voices, and was last updated 11 years, 1 month ago by Ally.
- AuthorPosts
- October 31, 2013 at 8:37 pm #7161yanivmirelParticipant
Hi,
I am using WB Bootstrap Tab plugin and when I use a form with logic condition I am unable to see the form, the form is being rendered but with visibility hidden class.
Any suggestions how to disable WP Bootstrap Tab from loading on the form page, because I don’t need it in that page.
Or maybe you can give me a solution how to workaround with your plugin.Thanks
November 1, 2013 at 11:38 am #7169AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
November 2, 2013 at 7:29 pm #7190yanivmirelParticipantThanks for your reply, but I already solved it by taking bootstrap tabs function and related css from bootstrap dist and doing it manually without using wp_bootstrap plugin.
Its working fine now, another question i have, is there an easy way to get a counter on the form?
Basically the form is for price estimate and I would like to have an ID number for each form submitted.
I will be nice to have it attached to the email or maybe even posting it on the form page itself (maybe by reading the last submitted form in the db and adding +1 to it)?I am thinking about using the id of the submitted from to the db, but I not really good with php & wordpress.
I am a python programmer and doing wordpress just as a favor to a friend.
I would appreciate any recommendation about achieving that.November 4, 2013 at 12:17 pm #7203AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
November 4, 2013 at 2:00 pm #7208yanivmirelParticipantHi,
Thanks for your reply, I am aware of that solution…. thanks.
Is there a way to show the entry id on the form on the client side?
I know that the entry id is being created after the submission, but maybe I can get the last entry id for the specific form id? I am not familiar with php code that much, but if you are willing to help ……..?I know how to edit ‘includes/form.php’ to display what I need. I am just missing the correct code to get the entry id from db.
I am think of something like that to display to the client:{last entry_id + 1}-{post_id}-{date}
Any help will be much appreciated.
November 4, 2013 at 2:32 pm #7214AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
November 4, 2013 at 5:54 pm #7224yanivmirelParticipantThank you very much…
November 5, 2013 at 8:54 pm #7246yanivmirelParticipantHi again,
Sorry to bother you again,
Can you please help me modify the code so it will return the last id + 1 (like you did) but only for form with id #3 and not all forms.The way it is right now, its getting the last entry id from all forms, i just want it to be related to form #3.
Thanks
November 6, 2013 at 10:36 am #7252AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
November 27, 2013 at 3:14 pm #7620yanivmirelParticipantHi again.
Is there a way to send the form also to the user who filled the form,
maybe with a checkbox (Send email to self).
It will pick up the user email from the email field in the form.Thanks
November 27, 2013 at 3:18 pm #7622AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
November 27, 2013 at 3:31 pm #7623yanivmirelParticipantThanks
December 1, 2013 at 11:13 am #7662yanivmirelParticipantHi again,
If I have 7 different forms, I need to make this function (mytheme_send_form_user_copy)
to all 7, like (mytheme_send_form1_user_copy), (mytheme_send_form2_user_copy)…..etc.?and the filter will look like this:
add_filter(‘iphorm_pre_send_notification_email_2’, ‘mytheme_send_form1_user_copy’, 10, 3);
add_filter(‘iphorm_pre_send_notification_email_2’, ‘mytheme_send_form2_user_copy’, 10, 3);?Thanks
December 1, 2013 at 12:00 pm #7669AllySupport 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.