Can you add additional fields after the "submit" button on a form? | Community
Skip to main content
March 2, 2018
Question

Can you add additional fields after the "submit" button on a form?

  • March 2, 2018
  • 1 reply
  • 2399 views

I am trying to add a newsletter subscribe form that looks like this:

But underneath I'd like to add a Privacy Policy check box with a link to the Privacy Policy agreement. That looks like this:

Is it possible to use custom CSS to add the field?

Thanks!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Grégoire_Miche2
Level 10
March 2, 2018

Hi Lauren

You need to add your check box in the form first, which supposes that you use a field in the database.

Once this is done, you can use some CSS and even some JS to move the elements around.

-Greg

March 2, 2018

I'm a newbie at this. I see where you can add custom CSS to a form. How do you add Javascript? We are going to incorporate the Form Field and Button Side by Side - Is It Possible to get the button to the left of the email address field.

Grégoire_Miche2
Level 10
March 2, 2018

HI Lauren,

The JS has to be added in the LP template.

-Greg