Is there a way to share a form with a dynamic url on FB?

  • MattyIce
    Asked on January 11, 2017 at 7:32 AM

    I have a form created that prepopulates data based on previous form data. The new form then has a custom url that I need to be able to be shared on FB. Is this possible?

  • KadeJM
    Replied on January 11, 2017 at 9:56 AM

    I see that you wanna dynamically share your form to your facebook page from what I understand.

    Are you just wanting to share the form itself or were you trying to share the form submission data from the form?

    If it's just the form then please check out our Social Share Widget.

  • MattyIce
    Replied on January 11, 2017 at 4:29 PM

    The issue I'm having is that the form has a unique url based on who filled out a previous form. When I use the Social Share Widget it shares the generic version of the form url but not the unique url. I need the link to basically be able to share the specific url for the page it is on.

  • Elton Support Team Lead
    Replied on January 11, 2017 at 7:41 PM

    Hi,

    Unfortunately, I don't think this is possible in the standalone form URL.

    What you can do is to embed the main form on a page and then add social share buttons to it like http://www.sharethis.com/get-sharing-tools/

    Then on your prepopulate URL, simply use the page URL instead of the form URL.

    Example:

    https://www.mywebsite.com/myform.html?name={name}&email={email}

    Hope this helps!