• Resolved aundc

    (@aundc)


    i have to insert a simple information to the contact form …

    – sth. about General Data Protection Regulation which needs to include a link to the associated page –

    … here just before submit button!

    i tried, but failed – how i can make that technically right?
    or may that not being possible?

    thx!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Just use an Acceptance Checkbox and put the link inside the text field.
    E.g.:

    [acceptance acceptance-201] I have read the <a href="/your-site-here/" target="_blank" rel="noopener">privacy protection policy</a> and I accept. [/acceptance]
    [submit "Send"]
    • This reply was modified 6 years, 7 months ago by gutding.
    • This reply was modified 6 years, 7 months ago by gutding.
    Thread Starter aundc

    (@aundc)

    thanks gutding!

    just that i’d made before – and that worked well.
    (and did add this line to the Additional Settings section:
    acceptance_as_validation: on)

    but as i found out that the lawyers meanings are different in this case if you need a acceptance or just a simple info (incl. link …) will be good enough i decided to take the simple choice.

    but sadly didn’t found a way to add a silly link …
    a good idea anyone else?

    Honestly, I do not really understand what you want. If it is just a Link in front of the submit button, why don’t you just add one?

    <label> Your name
        [text* your-name] </label>
    
    <label> Your email address
        [email* your-email] </label>
    
    <label> Subject
        [text your-subject] </label>
    
    <label> Your message
        [textarea your-message] </label>
    
    <p> here comes a <a href="/silly-link/" target="_blank" rel="noopener">Silly Link</a>... </p>
    
    [submit "Send"]
    Thread Starter aundc

    (@aundc)

    ups.
    i tried that now and: it works!

    but don’t understand what i’d made wrong last time – the link didn’t work, was just colored as a link – so i bit frustrated thought the form-plugin will eat any alien html ??

    may be have been a little bit over-worked?

    thanks a lot for the nudge!

    im having this issue too, ive added a html link next to an acceptence box but the link doesnt work, see here – https://debitcardcarhire.com/contact-us/

    <p>Please click here to confirm you have read and understand our privacy policy [acceptance-27]</p>

    Try this one:
    [acceptance acceptance-27] Please click here to confirm you have read and understand our <a href="/privacy/" target="_blank" rel="noopener">privacy policy</a>.[/acceptance]

    • This reply was modified 6 years, 5 months ago by gutding.
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘how to add a simple link into the form – before submit button?’ is closed to new replies.