SOLVED

Progressive Web Forms on Pathfactory

Go to solution
bmonteiro
Level 2

Progressive Web Forms on Pathfactory

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!

 

Screen Shot 2022-09-12 at 5.23.52 PM.png

1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: Progressive Web Forms on Pathfactory

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.

View solution in original post

3 REPLIES 3
SanfordWhiteman
Level 10 - Community Moderator

Re: Progressive Web Forms on Pathfactory

I assume you're using my JS to do the reordering?
bmonteiro
Level 2

Re: Progressive Web Forms on Pathfactory

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

SanfordWhiteman
Level 10 - Community Moderator

Re: Progressive Web Forms on Pathfactory

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.