Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: buttons for redirecting URL #30334
    carlichy
    Participant

    Thanks 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!

    in reply to: Date control #30304
    carlichy
    Participant

    Great!

    It works 100%. Thanks for your answer.

    You are a perfect customer support service. Great work!

    in reply to: Date control #30297
    carlichy
    Participant

    Sorry 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!

    in reply to: Linking metadata with forms #30277
    carlichy
    Participant

    Great!!

    It works 100%, Thank you very much!!

    in reply to: Copying data from a field to another (same form) #30262
    carlichy
    Participant

    Issue 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());
    });
    });

    in reply to: Linking metadata with forms #30260
    carlichy
    Participant

    Hello, can you help me with this issue??

Viewing 6 posts - 1 through 6 (of 6 total)
Be inspired. © 2025 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy