Forum Replies Created
- AuthorPosts
Nikola
ParticipantYes it was hidden on conditional logic, i tryed your code it populates the datepicker but it says the field is mandatory, like there is no input in it
Nikola
ParticipantAnything from second page of the form isn’t saved to database, and does not appear in entries, please help
Nikola
ParticipantHi it apperrs that all my hidden field values are not saving to database, I checked and save data to database is on everywhere, this is crucial to me because i calculate and store data to hidden field and then i need those calculations saved to database and send to an API.
Thank you
Nikola
ParticipantThank you i will try to do that also, i have managed with sessions,
I have another problem, when i copy date picker field to another datepicker the date is shown, but the other datepicker data that is copied is not saved to the database, the field is empty,
How can i set the value of datepicker from previous datepicker and save both data to the database?My code:
$('.quform-field-45_71_1').click(function() { var copy = $(this).is(':checked'); $('.quform-field-45_70').val(copy ? $('.quform-field-45_6').val() : '');
Nikola
ParticipantHey i figured the issue, i had wrong date formats.
i have another question, can i use quform_post_process with a specific form page?
Nikola
ParticipantUpdate:
I found this and it works! but not for date picker: https://support.themecatcher.net/quform-wordpress-v2/guides/customization/copying-data-from-one-field-to-anotherHow can i pass the datepicker value to another datepicker?
- AuthorPosts