• Resolved stephenboluwatife1

    (@stephenboluwatife1)


    pls how can i add link part of my form in my form whereuser will fill i want them to click on a link that will redirct them to a page first before there complete the from how can i add the link to the form

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @stephenboluwatife1

    Thank you very much for using our plugin. You can insert a link in the form via an “HTML Content” field.

    For example, you can insert an “HTML Content” field in the form with the following tag as its content:

    <a href="https://cff.dwbooster.com">Calculated Fields Form</a>

    And if you want to open the page into another browser or tab, you can include the target attribute:

    <a href="https://cff.dwbooster.com" target="_blank">Calculated Fields Form</a>

    Best regards.

Viewing 1 replies (of 1 total)

The topic ‘Link’ is closed to new replies.