CMS Development

jgrimaldo
Member

How to add text and a hyperlink before the submit button on the forms

 
0 Upvotes
12 Replies 12
benvanlooy
Top Contributor | Platinum Partner
Top Contributor | Platinum Partner

How to add text and a hyperlink before the submit button on the forms

On the form page itself, add a Rich Text Area and add your text & link 🙂

0 Upvotes
jgrimaldo
Member

How to add text and a hyperlink before the submit button on the forms

I need the link to be right before or under the submit button. The text addon doesn't allow me to do that. Do you know of a different way?

0 Upvotes
benvanlooy
Top Contributor | Platinum Partner
Top Contributor | Platinum Partner

How to add text and a hyperlink before the submit button on the forms

when you mean against, do you mean sticking right against the button?

 

If you're good at CSS, you could easily add a pseudo class before or after for the submit button and add text there 🙂 (however, not sure you can add a hyperlink that way), if not, you could use jquery to fix that!

 

 

0 Upvotes
jgrimaldo
Member

How to add text and a hyperlink before the submit button on the forms

I am okay in coding but adding an a href code doesn't work. I don't know exactly what to look for. This code adds the text I just need a link for privacy statement.

<style>
div.actions:after {
content: "We use your information according to our privacy statement.";
margin-left: 10px;
</style></a>

 

Thank you!

0 Upvotes
benvanlooy
Top Contributor | Platinum Partner
Top Contributor | Platinum Partner

How to add text and a hyperlink before the submit button on the forms

can you possibly give me a link?

 

I'll have a look at the CSS 🙂

0 Upvotes
jgrimaldo
Member

How to add text and a hyperlink before the submit button on the forms

for now google.com would work.

 

Thank you so much!

0 Upvotes
benvanlooy
Top Contributor | Platinum Partner
Top Contributor | Platinum Partner

How to add text and a hyperlink before the submit button on the forms

I meant a link to your website/landingpage 😉 🙂

0 Upvotes
jgrimaldo
Member

How to add text and a hyperlink before the submit button on the forms

Yes under the form.

0 Upvotes
benvanlooy
Top Contributor | Platinum Partner
Top Contributor | Platinum Partner

How to add text and a hyperlink before the submit button on the forms

If I could have a link to the page and form you want this on, it would be easier to make the code!

0 Upvotes
jgrimaldo
Member

How to add text and a hyperlink before the submit button on the forms

0 Upvotes
benvanlooy
Top Contributor | Platinum Partner
Top Contributor | Platinum Partner

How to add text and a hyperlink before the submit button on the forms

So you want the text under like this?

 

Screen Shot 2018-02-26 at 16.43.07.png

0 Upvotes
jgrimaldo
Member

How to add text and a hyperlink before the submit button on the forms

Yes but to have it linked to our website.

0 Upvotes