Disclaimer Above the Submit button on the Progressive Profiling | Help with JS Code | Community
Skip to main content
New Participant
March 17, 2023
Solved

Disclaimer Above the Submit button on the Progressive Profiling | Help with JS Code

  • March 17, 2023
  • 1 reply
  • 2144 views

Hi All,

From some of the posts, I understood we can move the Disclaimer above the submit button exactly under the progressive profiling box, but could someone please help me with where we need this JS code in the progressive profiling form to put the Disclaimer Rich text area field just above the Submit button in Progressive profiling.

 

Thanks

Sagar 

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

In that case, you'd add them to the website markup just below the form element.

If this were on a Marketo LP rather than the website, you'd add it into the LP template instead.

 

1 reply

SanfordWhiteman
New Participant
March 17, 2023

could someone please help me with where we need this JS code in the progressive profiling form to put the Disclaimer Rich text area field just above the Submit button in Progressive profiling.

 

You don't put custom form behaviors JS on the form itself. You put it in a separate <script> after the form.

New Participant
March 17, 2023

Hi @sanfordwhiteman ,

Do you mean on the landing page, sorry if my questions sound so dump, actually what we are doing is we have a progressive profiling form that we are embedding to the landing pages and showing on the website. In this scenario where can I add these JS scripts.

Thanks

Sagar

Dave_Roberts
Dave_RobertsAccepted solution
New Participant
March 17, 2023

In that case, you'd add them to the website markup just below the form element.

If this were on a Marketo LP rather than the website, you'd add it into the LP template instead.