• I added a form in page “multistep” with wp form, can some one help me in full field click and when we click on field it will be auto redirect. to next step form
    Thanks

    • This topic was modified 1 year, 9 months ago by bcworkz. Reason: remove NSFW

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator bcworkz

    (@bcworkz)

    The site you linked to has a fatal error. Check the error log for a clue about what went wrong and how it might be corrected.

    Without a functional page, I can only speak in general terms. There’s a generic example on how what you want can be accomplished on this window.location doc page. Scroll down to near the end at the Window Location Assign section.

    If it’s difficult to alter wp form html to add an onclick attribute, you can assign a click listener to any DOM element without needing to alter the element’s attributes. Do not try to add <script> blocks via the page editor. The usual WP filters will corrupt JS code. Contain all the JS you create in an external file and enqueue the file with PHP.

    Thread Starter ahmed9090

    (@ahmed9090)

    Now site is working fine could you please check

    Moderator bcworkz

    (@bcworkz)

    The form seems to be working, so I assume you’ve resolved this topic. If not, what am I missing?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Wp form Full Field click and auto next’ is closed to new replies.