Forum Replies Created
- AuthorPosts
carlichy
ParticipantThanks for your answer. I need to know how to set another style to the button, like size, rounded, etc, because in the style box I only am able to choose “wrapper exterior” and “spacer” selector.
Thanks!
carlichy
ParticipantGreat!
It works 100%. Thanks for your answer.
You are a perfect customer support service. Great work!
carlichy
ParticipantSorry for the doubt. I saw the text “enter {today} to use the current date.” just with your answer…
Only as another point of view, I think for the user it’s better to see the days to know it and the field is blocked for choosing a date after the current day because now you can´t see the days before the current days with this option, maybe in the next update…
Thanks for your answer!
carlichy
ParticipantGreat!!
It works 100%, Thank you very much!!
carlichy
ParticipantIssue solved!
The solution in this topic
I write my code for someone need it as an example (you have to use in the Custom JavaScript plugin option):
jQuery(function ($) {
$(‘.quform-field-7_8’).blur(function () {
$(‘.quform-field-7_65’).val($(this).val());
});
$(‘.quform-field-7_52’).blur(function () {
$(‘.quform-field-7_67’).val($(this).val());
});
$(‘.quform-field-7_11’).blur(function () {
$(‘.quform-field-7_58’).val($(this).val());
});
});carlichy
ParticipantHello, can you help me with this issue??
- AuthorPosts