Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1017885

    Hello
    Is it possible to make a second button or a link in (or near) the form succes button. which give the subscriber a possibility to enter another entry. I think ad the code like <small>Another entry</small>

    I see inside the database (SQL) al lot of succes button text but don’t now which I must change

    #1018687

    Hey MarcusEls,
    If I understand correctly, you would like a button to reset the form after it’s been submitted so it can be used again. To do this we will create a button that will reload the page, please enter this code in a code block element:

    <script>
    jQuery('.reload').click(function() {
        location.reload();
    });
    </script>
    [av_button label='Refresh' link='manually, link_target='' size='medium' position='center' label_display='' icon_select='yes' icon='ue88f' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' av_uid='av-76dew' custom_class='reload' admin_preview_bg='']

    and place the code block under your form.

    Best regards,
    Mike

    #1018878

    Thank for the help, button is ok but I only want to display it when the form is submitted the first time. so the refresh button is only visual next or below the message “your message is sent”

    #1019251

    Hi,

    Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Basilis

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.