Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #655326

    Hi all,

    I’m struggling to find a way to redirect the user to another URL after submitting the form. It works when using the Contact Form element. I’m just unsure of how to setup the contact form shortcode for a redirect.

    Thanks,

    David

    #656366

    Hey dvdconway,

    Thank you for using Enfold.

    Are you using any plugin? What is the contact form shortcode? If you’re using the theme’s contact form shortcode, make sure that the link and on_send parameters are set correctly. Example:

    [av_contact email=' (Email address hidden if logged out) ' title='Send us mail' button='Submit' on_send='redirect' sent='Your message has been sent!' link='manually,REDIRECT TO THIS URL' subject='' autorespond='' captcha='' form_align='' color='' custom_class='']
    [av_contact_field label='Name' type='text' check='is_empty' options='' multi_select='' width=''][/av_contact_field]
    [av_contact_field label='E-Mail' type='text' check='is_email' options='' multi_select='' width=''][/av_contact_field]
    [av_contact_field label='Subject' type='text' check='is_empty' options='' multi_select='' width=''][/av_contact_field]
    [av_contact_field label='Message' type='textarea' check='is_empty' options='' multi_select='' width=''][/av_contact_field]
    [/av_contact]

    Put the url in the “REDIRECT TO THIS URL” placeholder.

    Best regards,
    Ismael

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