• Resolved Telboy99

    (@telboy99)


    It would be nice to be able to call a form e.g. a contact form with the description / subject field populated depending which post called it.

    e.g. I want to have a ‘any questions’ link on the bottom of each post and that will display the contact us form. I would then like the post to call the form e.g. [sform]2[/sform] and with Subject= ‘Question for car tax post’.

Viewing 1 replies (of 1 total)
  • Plugin Author EDGARROJAS

    (@edgarrojas)

    Hello!

    Something very similar can already be done. Please add a text input field and in the ‘value’ formula add this:

    return document.referrer;

    This will fill that field with the url of the previous page that the user visited, is that what you need?

    Regards!

Viewing 1 replies (of 1 total)

The topic ‘Calling a form with some fields populated’ is closed to new replies.