Tips and Tricks HQ Support Portal › Forums › WP eMember › Pop Up Domination Plugin
- This topic has 5 replies, 3 voices, and was last updated 12 years, 12 months ago by Peter.
-
AuthorPosts
-
November 27, 2011 at 7:57 pm #4879chrishudsonSpectator
Below are the instructions to enable the form info using this plugin. How would I fill this out instead of using the short code provided with Wp Emember plugin? What I want it to do would be to have an end user redirected to my free videos sign up page in Emember. Is this possible?
Read this before inputting your HTML
You need to make sure the opt-in code that you have been provided contains the HTML <form> tag. Also make sure that it has both Name and Email address fields.
Example:
<form action=”http://somewebsite.com/mail.php”>
<label for=”name”>Your Name</label>
<input type=”text” id=”name” name=”name” />
<label for=”email”>Your Email</label>
<input type=”text” id=”email” name=”email” />
<input type=”submit” name=”Submit” value=”submit” />
</form>
The boxes below the HTML input box should automagically detect the Name and Email address field. If they don’t select the correct fields, simply choose the correct name and email address fields from the dropdown. If these are left blank, PopUp Domination’s optin process will not work.
Thanks,
Chris Hudson
November 28, 2011 at 12:36 am #38948IvyMemberI am not sure i understand the relationship between a popup plugin and emember here
November 28, 2011 at 2:05 am #38949chrishudsonSpectatorWhen the pop up comes up it will allow someone to sign up instantly. Almost like creating a free membership. After they sign up (pop up domination plugin) I need it to redirect to the free membership page sign in.
Above in first post is the html code that needs to be present in order for the plugin to work (pop up domination). It will not allow me to put short code here. So I am trying to figure out how I would need to fill it in to make it work with Emember or redirect to Emember after they have signed up.
It is a marketing plugin.
You can see it in action at http://popupdomination.com I think my question is pretty clear. I need to find out where to find the html code for the Emember form (instead of short code) so maybe I can figure it out if you do not know. Thanks
November 28, 2011 at 3:51 am #38950PeterMemberHi,
You could try adding a redirect field in your form html code which goes to a URL which will actually be a member sign-in page. (ie, the member sign-in page would have the eMember shortcode in it)
Not entirely sure off the top of my head whether this is correct but you can add a line like this to your popup plugin html:
<input type=”hidden” name=”redirect” value=”http://www.yourdomain.com/sign-in-page/”>
November 28, 2011 at 8:16 am #38951chrishudsonSpectatorThanks for the suggestion but it did not work. Do you have any other ideas?
November 28, 2011 at 9:48 am #38952PeterMemberHi again Chris,
I’m out of ideas now unfortunately.
Do the makers of the plugin have any support? Maybe you could ask them where in their code you should do the modification.
I don’t know if your popup plugin is similar to “contact form 7” but this is what they suggest to do for something like what you’re asking:
http://contactform7.com/blog/2010/03/27/redirecting-to-another-url-after-submissions/
Not sure if the above will be of much use.
-
AuthorPosts
- You must be logged in to reply to this topic.