SignUP FORM on front/index page?

mark
mark
@mark-b
10 years ago
41 posts
Hi,
What code do I use to place the SignUP FORM on front/index page?
updated by @mark-b: 12/19/14 03:05:53AM
boplive
@boplive
10 years ago
345 posts
I got a code from the user sign up form that I put on my front home page...not sure if it's going to work as I haven't launch my site yet to get people to join...but if you want to try to create an account and if it works...I'll send you the info so you can put it on your front page ;)

Here my link
http://www.spied.me

Let me know if it works ;)
updated by @boplive: 11/12/14 10:43:52AM
mark
mark
@mark-b
10 years ago
41 posts
I really like the way your form functions. I tried to sign up but the "human check box" does not appear... It would be awesome if you can send me that code for your form!
boplive
@boplive
10 years ago
345 posts
Ahhh..The human check..let me check that out.
boplive
@boplive
10 years ago
345 posts
I was trying to figure it out last night still not displaying.. no luck...I'll put the code here tonight and maybe our Jamroom buddies can shine in some input to get it working ;)
mark
mark
@mark-b
10 years ago
41 posts
Sounds like a plan!
boplive
@boplive
10 years ago
345 posts
there you go...
from the user signup form

keep in mind that I tweak mines here and there with some css
updated by @boplive: 11/13/14 04:49:54PM
boplive
@boplive
10 years ago
345 posts
hmmm.. hey mark

I been looking around my site and not sure where i found the code from..it has to be either from the jrcore or jruser...

I tried posting it here on jamroom ,but it displays the signup form
mark
mark
@mark-b
10 years ago
41 posts
No worries, I went a slightly different route. Do you have the 3 bar menu on your site?
gary.moncrieff
gary.moncrieff
@garymoncrieff
10 years ago
865 posts
wrap code in the appropriate bb code tags [ code ] [ /code ]
boplive
@boplive
10 years ago
345 posts
thanks gary..I knew it was something like that...I'll note it on my computer for next time :)

Not sure what you mean by 3 bar menu...you have a link to something similiar to the 3 bar menu...I customize one of my menu using the show/hide function..it opens up from the footer when click on bottom image
michael
@michael
10 years ago
7,719 posts
the LOGIN form can be added to any page with this code:
http://www.jamroom.net/the-jamroom-network/documentation/howto/603/howto-add-the-user-login-form-to-any-page

but the SIGNUP form....I've never tried to add that to any other location.

If you want to give it a try, we can help out with issues if you get stuck. Currently there is no howto on how to do it though.
boplive
@boplive
10 years ago
345 posts
It looks like what ever I used as the code on my site is missing the human check...without that it won't go forward with activation of an account..not sure what I used as the code will work anyway bit I belive I grab it from one of the templates in jruser

 9<form class="jrform" id="jrUser_signup" name="jrUser_signup" action="{$jamroom_url}/user/signup_save" method="post" accept-charset="utf-8" enctype="multipart/form-data">39<form class="jrform" id="jrUser_signup" name="jrUser_signup" action="{$jamroom_url}/user/signup_save" method="post" accept-charset="utf-8" enctype="multipart/form-data">40<input type="hidden" id="jr_html_form_token" name="jr_html_form_token" value="{$token}">40<input type="hidden" id="jr_html_form_token" name="jr_html_form_token" value="{$token}">41<input type="hidden" id="quota_id" name="quota_id" value="1">41<input type="hidden" id="quota_id" name="quota_id" value="1">42<table class="page_content">42<table class="page_content">43<tr>43<tr>44<td colspan="2" class="page_banner_box">44<td colspan="2" class="page_banner_box">45<table class="page_banner">45<table class="page_banner">46<tr>46<tr>47<td class="page_banner_left"></td>47<td class="page_banner_left"></td>48<td class="page_banner_right"></td>48<td class="page_banner_right"></td>49</tr>49</tr>50</table>50</table>51</td>51</td>52</tr>52</tr>53<tr>53<tr>545455<td colspan="2" class="page_notice_drop"><div id="jrUser_signup_msg" class="page_notice form_notice"></div></td>55<td colspan="2" class="page_notice_drop"><div id="jrUser_signup_msg" class="page_notice form_notice"></div></td>56</tr><tr>56</tr><tr>57<td class="element_left form_input_left text_left user_name_element_left">57<td class="element_left form_input_left text_left user_name_element_left">58<a id="ff-user_name"></a>user name58<a id="ff-user_name"></a>user name59</td>59</td>60<td class="element_right form_input_right text_right user_name_element_right" style="position:relative">60<td class="element_right form_input_right text_right user_name_element_right" style="position:relative">61<input type="text" id="user_name" class="form_text" name="user_name" value="" tabindex="1" autocorrect="off" autocapitalize="off">61<input type="text" id="user_name" class="form_text" name="user_name" value="" tabindex="1" autocorrect="off" autocapitalize="off">62<input type="button" value="?" class="form_button form_help_button" title="expand help" onclick="$('#h_user_name').slideToggle(250);">62<input type="button" value="?" class="form_button form_help_button" title="expand help" onclick="$('#h_user_name').slideToggle(250);">63</td>63</td>64</tr>64</tr>65<tr>65<tr>66<td class="element_left form_input_left" style="padding:0;height:0px"></td>66<td class="element_left form_input_left" style="padding:0;height:0px"></td>67<td>67<td>68<div id="h_user_name" class="form_help" style="display:none">68<div id="h_user_name" class="form_help" style="display:none">696970<table class="form_help_drop">70<table class="form_help_drop">71<tr>71<tr>72<td class="form_help_drop_left">72<td class="form_help_drop_left">73please enter your user name73please enter your user name747475</td>75</td>76<td class="form_help_drop_right">76<td class="form_help_drop_right">777778</td>78</td>79</tr>79</tr>80</table>80</table>818182</div>82</div>83</td>83</td>84</tr>84</tr>85<tr>85<tr>86<td class="element_left form_input_left text_left user_email_element_left">86<td class="element_left form_input_left text_left user_email_element_left">87<a id="ff-user_email"></a>email address87<a id="ff-user_email"></a>email address88</td>88</td>89<td class="element_right form_input_right text_right user_email_element_right" style="position:relative">89<td class="element_right form_input_right text_right user_email_element_right" style="position:relative">90<input type="text" id="user_email" class="form_text" name="user_email" value="" tabindex="2" autocorrect="off" autocapitalize="off">90<input type="text" id="user_email" class="form_text" name="user_email" value="" tabindex="2" autocorrect="off" autocapitalize="off">91<input type="button" value="?" class="form_button form_help_button" title="expand help" onclick="$('#h_user_email').slideToggle(250);">91<input type="button" value="?" class="form_button form_help_button" title="expand help" onclick="$('#h_user_email').slideToggle(250);">92</td>92</td>93</tr>93</tr>94<tr>94<tr>95<td class="element_left form_input_left" style="padding:0;height:0px"></td>95<td class="element_left form_input_left" style="padding:0;height:0px"></td>96<td>96<td>97<div id="h_user_email" class="form_help" style="display:none">97<div id="h_user_email" class="form_help" style="display:none">989899<table class="form_help_drop">99<table class="form_help_drop">100<tr>100<tr>101<td class="form_help_drop_left">101<td class="form_help_drop_left">102please enter a valid email address or user name to log into the system.102please enter a valid email address or user name to log into the system.103103104</td>104</td>105<td class="form_help_drop_right">105<td class="form_help_drop_right">106106107</td>107</td>108</tr>108</tr>109</table>109</table>110110111</div>111</div>112</td>112</td>113</tr>113</tr>114<tr>114<tr>115<td class="element_left form_input_left password_left user_passwd1_element_left">115<td class="element_left form_input_left password_left user_passwd1_element_left">116<a id="ff-user_passwd1"></a>password116<a id="ff-user_passwd1"></a>password117</td>117</td>118<td class="element_right form_input_right password_right user_passwd1_element_right" style="position:relative">118<td class="element_right form_input_right password_right user_passwd1_element_right" style="position:relative">119<input type="password" id="user_passwd1" class="form_text" name="user_passwd1" value="" tabindex="3">119<input type="password" id="user_passwd1" class="form_text" name="user_passwd1" value="" tabindex="3">120<input type="button" value="?" class="form_button form_help_button" title="expand help" onclick="$('#h_user_passwd1').slideToggle(250);">120<input type="button" value="?" class="form_button form_help_button" title="expand help" onclick="$('#h_user_passwd1').slideToggle(250);">121</td>121</td>122</tr>122</tr>123<tr>123<tr>124<td class="element_left form_input_left" style="padding:0;height:0px"></td>124<td class="element_left form_input_left" style="padding:0;height:0px"></td>125<td>125<td>126<div id="h_user_passwd1" class="form_help" style="display:none">126<div id="h_user_passwd1" class="form_help" style="display:none">127127128<table class="form_help_drop">128<table class="form_help_drop">129<tr>129<tr>130<td class="form_help_drop_left">130<td class="form_help_drop_left">131please enter your password131please enter your password132132133</td>133</td>134<td class="form_help_drop_right">134<td class="form_help_drop_right">135135136</td>136</td>137</tr>137</tr>138</table>138</table>139139140</div>140</div>141</td>141</td>142</tr>142</tr>143<tr>143<tr>144<td class="element_left form_input_left password_left user_passwd2_element_left">144<td class="element_left form_input_left password_left user_passwd2_element_left">145<a id="ff-user_passwd2"></a>repeat password145<a id="ff-user_passwd2"></a>repeat password146</td>146</td>147<td class="element_right form_input_right password_right user_passwd2_element_right" style="position:relative">147<td class="element_right form_input_right password_right user_passwd2_element_right" style="position:relative">148<input type="password" id="user_passwd2" class="form_text" name="user_passwd2" value="" tabindex="4" onkeypress="if (event && event.keyCode == 13 && this.value.length > 0) { jrFormSubmit('#jrUser_signup','fcc9a85985e193f0f2bd9c4fd221aff2','ajax'); }">148<input type="password" id="user_passwd2" class="form_text" name="user_passwd2" value="" tabindex="4" onkeypress="if (event && event.keyCode == 13 && this.value.length > 0) { jrFormSubmit('#jrUser_signup','fcc9a85985e193f0f2bd9c4fd221aff2','ajax'); }">149<input type="button" value="?" class="form_button form_help_button" title="expand help" onclick="$('#h_user_passwd2').slideToggle(250);">149<input type="button" value="?" class="form_button form_help_button" title="expand help" onclick="$('#h_user_passwd2').slideToggle(250);">150</td>150</td>151</tr>151</tr>152<tr>152<tr>153<td class="element_left form_input_left" style="padding:0;height:0px"></td>153<td class="element_left form_input_left" style="padding:0;height:0px"></td>154<td>154<td>155<div id="h_user_passwd2" class="form_help" style="display:none">155<div id="h_user_passwd2" class="form_help" style="display:none">156156157<table class="form_help_drop">157<table class="form_help_drop">158<tr>158<tr>159<td class="form_help_drop_left">159<td class="form_help_drop_left">160repeat the password you entered to be sure there are no typos160repeat the password you entered to be sure there are no typos161161162</td>162</td>163<td class="form_help_drop_right">163<td class="form_help_drop_right">164164165</td>165</td>166</tr>166</tr>167</table>167</table>168168169</div>169</div>170</td>170</td>171</tr>171</tr>172<tr>172<tr>173<td class="element_left form_input_left checkbox_spambot_left user_is_human7473651_element_left">173<td class="element_left form_input_left checkbox_spambot_left user_is_human7473651_element_left">174<a id="ff-user_is_human7473651"></a>human check174<a id="ff-user_is_human7473651"></a>human check175</td>175</td>176<td class="element_right form_input_right checkbox_spambot_right user_is_human7473651_element_right" style="position:relative">176<td class="element_right form_input_right checkbox_spambot_right user_is_human7473651_element_right" style="position:relative">177<span id="sb_user_is_human7473651"></span>177<span id="sb_user_is_human7473651"></span>178<input type="button" value="?" class="form_button form_help_button" title="expand help" onclick="$('#h_user_is_human7473651').slideToggle(250);">178<input type="button" value="?" class="form_button form_help_button" title="expand help" onclick="$('#h_user_is_human7473651').slideToggle(250);">179</td>179</td>180</tr>180</tr>181<tr>181<tr>182<td class="element_left form_input_left" style="padding:0;height:0px"></td>182<td class="element_left form_input_left" style="padding:0;height:0px"></td>183<td>183<td>184<div id="h_user_is_human7473651" class="form_help" style="display:none">184<div id="h_user_is_human7473651" class="form_help" style="display:none">185185186<table class="form_help_drop">186<table class="form_help_drop">187<tr>187<tr>188<td class="form_help_drop_left">188<td class="form_help_drop_left">189check this to let us know you are human, and not a spam bot.189check this to let us know you are human, and not a spam bot.190190191</td>191</td>192<td class="form_help_drop_right">192<td class="form_help_drop_right">193193194</td>194</td>195</tr>195</tr>196</table>196</table>197197198</div>198</div>199</td>199</td>200</tr>200</tr>201<tr>201<tr>202<td colspan="2" class="form_submit_box">202<td colspan="2" class="form_submit_box">203<div class="form_submit_section">203<div class="form_submit_section">204204205<img id="form_submit_indicator" src="http://www.spied.me/image/img/skin/jrMatrix/submit.gif" width="24" height="24" alt="working..."><input type="button" id="jrUser_signup_submit" class="form_button" value="create account" tabindex="5" onclick="jrFormSubmit('#jrUser_signup','fcc9a85985e193f0f2bd9c4fd221aff2','ajax');">  <input type="button" id="jrUser_signup_cancel" class="form_button" value="cancel" onclick="jrCore_window_location('http://www.spied.me/user/login')">205<img id="form_submit_indicator" src="http://www.spied.me/image/img/skin/jrMatrix/submit.gif" width="24" height="24" alt="working..."><input type="button" id="jrUser_signup_submit" class="form_button" value="create account" tabindex="5" onclick="jrFormSubmit('#jrUser_signup','fcc9a85985e193f0f2bd9c4fd221aff2','ajax');">  <input type="button" id="jrUser_signup_cancel" class="form_button" value="cancel" onclick="jrCore_window_location('http://www.spied.me/user/login')">206</div>206</div>207</td>207</td>208</tr>208</tr>209</table>209</table>210</form>

updated by @boplive: 11/16/14 04:32:57AM

Tags