• Resolved emanueleci

    (@emanueleci)


    C’è un modo per sapere da che pagina proviene un utente, prima di compilare il form? Cioè, io ho 10 pagine che puntano alla stessa pagina di contatto dove è presente il form, c’è una tecnica per sapere da quale delle 10 pagine proviene il contatto?

    Grazie.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @emanueleci,

    A possible workaround for this is to add a Single Text Field to your form and set its default value to Page URL which will result to the {page_url} Smart Tag: https://a.supportally.com/U6Oyfk

    Then in order to hide this Single Text Field in the frontend of the site, you can add a class hide to the field then add this custom CSS on your site:

    .hide {
        display: none !important;
    }
    

    And in case it helps, here’s a tutorial from WPBeginner on how to add custom CSS like this to your site.

    Hope this helps!

    Hi @emanueleci,

    We haven’t heard back from you in about a week, so I’m going to go ahead and close this thread for now. But if you’d like us to assist further, please feel welcome to continue the conversation (please just see my post above).

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sapere la pagina di provenienza prima del form’ is closed to new replies.