Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember Tweaks › emember: want registration code to use elsewhere
- This topic has 5 replies, 3 voices, and was last updated 10 years, 1 month ago by admin.
-
AuthorPosts
-
October 17, 2014 at 1:23 pm #11638
I want to integrate the emember registration boxes with an email popup, also as a footer on all my emails. Ideally I’d like to integrate it with OptinSkin or Sumome, something like that.
Is this possible?
At the moment, I have sumome collecting email addresses, and emember collecting free registrations [and adding to the email list].
Hope this makes sense!
October 17, 2014 at 10:35 pm #66164adminKeymasterWhat do you mean by the following?
emember registration boxes with an email popup
October 18, 2014 at 8:41 am #66165I mean the boxes where a user can register for an account.
This:
Fill in the following details to verify your email address. You will be able to register for an account after the verification.
FIRST NAME:
LAST NAME:
EMAIL:
—
I’d like to be able to take the code that makes those boxes and put it in my own popup. Unless I can put shortcode into the popup?
October 18, 2014 at 1:09 pm #66166wzpModeratorWell, if the popup contents are parsed by WordPress, putting the shortcode in the popup might work. But the only way to find out, is to go ahead and try it. You can’t blowup your server by trying
October 18, 2014 at 4:29 pm #66167Shortcode didn’t work. So I tried grabbing the script off of the page source. I pasted this into the popup. It’s sort of a bit clunky though, I think it might not be the best thing to do. Does anyone have any idea if it will work properly?
Thanks,
Mike
<script type=”text/javascript” src=”http://www.electriccampfire.com?emember_load_js=registration&id=wp_emember_regoFormWithConfirmation”></script>
<form action=”” method=”post” name=”wp_emember_regoFormWithConfirmation” id=”wp_emember_regoFormWithConfirmation” >
<input type=”hidden” name=”emember_dsc_nonce” value=”xxxxxxxxxxxxx”/>
<table width=”95%” border=”0″ cellpadding=”3″ cellspacing=”3″ class=”forms”>
<tr>
<td colspan=”2″>
Fill in the following details to verify your email address. You will be able to register for an account after the verification. </td>
</tr>
<tr>
<td><label for=”wp_emember_afirstname” class=”eMember_label”>First Name: </label></td>
<td>
<input type=”text” id=”wp_emember_afirstname” name=”wp_emember_afirstname” size=”20″ value=”” class=”validate[required] eMember_text_input” />
</td>
</tr>
<tr>
<td><label for=”wp_emember_alastname” class=”eMember_label”>Last Name: </label></td>
<td><input type=”text” id=”wp_emember_alastname” name=”wp_emember_alastname” size=”20″ value=”” class=”validate[required] eMember_text_input” /></td>
</tr>
<tr>
<td><label for=”wp_emember_aemail” class=”eMember_label”>Email: </label></td>
<td><input type=”text” id=”wp_emember_aemail” name=”wp_emember_aemail” size=”20″ value=”” class=”validate[required] eMember_text_input” /></td>
</tr>
<tr>
<td></td>
<td align=”left”>
</td>
</tr>
<tr>
<td></td>
<td><input class=”eMember_button” name=”eMember_Register_with_confirmation” type=”submit” id=”eMember_Register_with_confirmation” value=”Register” /></td>
</tr>
</table>
</form>
</div>
October 18, 2014 at 10:46 pm #66168adminKeymasterYou won’t be able to just copy and paste the form code. The security check will fail if you do it.
This is not something we support. So I don’t have a good answer for you unfortunately.
-
AuthorPosts
- You must be logged in to reply to this topic.