• Resolved bksub84

    (@bksub84)


    My form shortcode is [formidable id=3]
    I want to use this as a hyperlink. That is, I have a text “Please submit this form.” and I want the word form to be clickable. When the user clicks on it, it will take them to the form I have designed. How do I do that?

Viewing 1 replies (of 1 total)
  • Plugin Support kristineds

    (@kristineds)

    Hi @bksub84!

    You first need to insert your form shortcode on a page/post to publish it.

    Then to create the link, you could use something like this:

    Please submit this <a href="yoursite.com/form">form</a>

    Replace yoursite.com/form with the URL where you have published the form.

    I hope this helps!

    Kristine

Viewing 1 replies (of 1 total)
  • The topic ‘Hyperlinking forms to a text’ is closed to new replies.