Reply To: Get Form data after woocommerce purchase completed

Home Forums Quform WordPress Get Form data after woocommerce purchase completed Reply To: Get Form data after woocommerce purchase completed

#34795
Nikola
Participant

Thank 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() : ''); 
Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy