• Resolved particlepat

    (@particlepat)


    I am embedding a form that posts to an action URL. I’d like to insert a URL parameter from the landing page into form action URL. Is this possible?

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

    (@vaakash)

    Sorry for the late reply.
    Yes, you can do it.

    You can insert custom parameters like %%myparam%%.
    Later while inserting shortcode, you can use [sc name="mysc" myparam="some value"]

    In your case, the shortcode content can be <form action="%%action%%"></form>

    Hope this answered your question.

Viewing 1 replies (of 1 total)
  • The topic ‘Possible to pass through a URL Parameter to Shortcode?’ is closed to new replies.