• lukedohner

    (@lukedohner)


    Hello All,

    How do I use this plug-in to append a link in a button?
    I am not a PHP expert so I just want to use it in the admin editor if possible.

    My parameter is “sid=12345”

    I want the outgoing link to be “/enroll?sid=12345″.

    Here is my code
    [button target=”_self” hover_type=”default” custom_class=”white-button-oval” text=”Contact Us” link=”/enroll”]

    I tried- on the top most button “Get Started Test”
    [button target=”_self” hover_type=”default” custom_class=”green-button-oval” text=”Get Started” link=”/enroll+urlparam param=”sid” default=”No sid””]

    But the button links the mother page it is in: https://abletostaging.wpengine.com/faqs/learnmore/?sid=12345
    The plugin did grab the param, yes! But not the correct page.
    Which should be like this /enroll?sid=123456abc

    How do I write in the Backend Editor, a button link that will append the param to the end of the link?

    thanks all.

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

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Add to link in button’ is closed to new replies.