• Resolved RandOren

    (@randoren)


    Is it possible to modify form-maker to include data from the query_string in form submissions?

    If it’s not a current feature but can be modified, can you please tell me which file would handle this?

    {Basically I want to send unique urls to subscribers that they can share with friends. If more than x friends sign up they get a reward. The query string would include their ID – so when someone signs up through a shared url, the referrer gets credited)

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor WD Support

    (@wdsupport)

    @randoren,

    Thanks for contacting us. At the moment we do not have such functionality. It will be quite hard to implement, since inclusion of data from an external database is rather difficult process.

    Thread Starter RandOren

    (@randoren)

    Thanks for your reply. I can take NO for an answer, but from your reply it appears that I didn’t explain enough.

    There is no need to include data from an external database. All we need is that the form shall be able to include the query_string in the submission.

    If this can be modified, can you please tell me which file would handle this?

    Plugin Contributor WD Support

    (@wdsupport)

    @randoren,

    Is there is a difference if that will be submisisons ID instead of the user id? If there is none, you can have the link of your website URL+submissions Id included in the email, e.g. http://www.example.com/%subID%

    This way the user will receive the link with ID

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Get query string data into form submission’ is closed to new replies.