• Resolved nitrokev

    (@nitrokev)


    Hi I’m trying to make a “Pledge Wall” with the help of this plug in.

    So visitors will fill out a form and then it will post the pledges in a card style layout, I would also like to be able to only publish the post when the user clicks a verification link that gets emailed to them – is this possible with this plug in?

Viewing 1 replies (of 1 total)
  • Plugin Author Aurovrata Venet

    (@aurovrata)

    sure, but the email link you will need to code that yourself. This is what I would do,

    1. map your form to your pledge post
    2. on submission hook the Form to post action (see the metabox helper for more details), this will give you the post ID to which the submission was saved to. email your user and include the post ID in the link url attributes
    3. when the user clicks on the link and loads the validation page, get the post ID from the $_GET request and publish the user’s pledge post
Viewing 1 replies (of 1 total)
  • The topic ‘Email validation before publishing post’ is closed to new replies.