Progressive Web Forms on Pathfactory | Community
Skip to main content
Level 2
September 12, 2022
Solved

Progressive Web Forms on Pathfactory

  • September 12, 2022
  • 1 reply
  • 1781 views

Hello, 

We are testing Progressive webforms on Pathfactory and hit a snag. We are trying to reorder form fields so that the consent field is at the bottom of the progressive fields (last three)
We were able to achieve this through code on Marketo LP's, but unable to on the embedded form on Pathfactory.

We are unsure if this is a PWF functionality on non-Marketo pages or do we need to make some amends to our code?

Attached is the screenshot 

 

Thanks in advance!

 

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 SanfordWhiteman

OK, that code works fine on any page. Just make sure it loads after the <script> that loads the core library forms2.min.js, since it works with the Marketo Forms 2.0 library.

1 reply

SanfordWhiteman
Level 10
September 12, 2022
I assume you're using my JS to do the reordering?
bmonteiroAuthor
Level 2
September 13, 2022

Yes!! We've used your JS to re-order

SanfordWhiteman
SanfordWhitemanAccepted solution
Level 10
September 13, 2022

OK, that code works fine on any page. Just make sure it loads after the <script> that loads the core library forms2.min.js, since it works with the Marketo Forms 2.0 library.