We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

what should i insert by name= and id= , etc | Forum

Zachary
Zachary Oct 13 '13
If i were to make a custom sign up form somwhere other than the join form. example.


<form action="" class="" method="post"> <div class="placeholding-input"> <input type="text" id="" class="" autocomplete="off" name="" maxlength="20"> <label for="" class="placeholder">Full name</label> </div> <div class="placeholding-input"> <input type="text" id="" class="" autocomplete="off" name=""> <label for="signup-user-email" class="placeholder">Email</label> </div> <div class="placeholding-input"> <input type="password" id="" class="" name=""> <label for="signup-user-password" class="placeholder">Password</label> </div> <button type="joinSubmit" class=""> Sign Up </button> </form>
Can anyone tell me how to correctly complete this form to work as a join form

ross Team
ross Oct 14 '13
Topic was moved from General Questions.
Daisy Team
Daisy Nov 1 '13
Zachary, I suggest that you check the basic join form functionality to see how it works in /ow_system_plugins/base/controllers/join.php file.

Also, I suggest that you download our new Plugin Skeleton plugin to see how to use this or that function. Here is URL to the Store item: http://www.oxwall.org/store/item/695
Or check out the crash course for more information on how to create your own plugin here: http://docs.oxwall.org/dev:crash-course