Forum Replies Created
- AuthorPosts
- November 5, 2013 at 8:54 pm in reply to: WP Bootstrap Tabs conflict with Quform with logic condition. #7246
yanivmirel
ParticipantHi 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 4, 2013 at 5:54 pm in reply to: WP Bootstrap Tabs conflict with Quform with logic condition. #7224yanivmirel
ParticipantThank you very much…
November 4, 2013 at 2:00 pm in reply to: WP Bootstrap Tabs conflict with Quform with logic condition. #7208yanivmirel
ParticipantHi,
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 2, 2013 at 7:29 pm in reply to: WP Bootstrap Tabs conflict with Quform with logic condition. #7190yanivmirel
ParticipantThanks 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. - AuthorPosts