Additional Fields on Registration Form
Permalink 1 user found helpful
How can i add additional fields to the registration form?
I'd like to add first and second name fields!
I'd like to add first and second name fields!
Thank you :)
Is there some reason the word "Options" has to pop up just because I've added a new text field to the registration form this way? Why is this word "Options" automatically inserted?
It assumes that all the attributes you show on the form are "options".
To change that, you'd need to override the single page view layer of that page.
There's some info on how to do that:
http://www.concrete5.org/community/forums/usage/editing-registratio...
To change that, you'd need to override the single page view layer of that page.
There's some info on how to do that:
http://www.concrete5.org/community/forums/usage/editing-registratio...
Yeah, I was working on that page for hours yesterday. There's no word 'Options' anywhere on the entire page, so where the word comes from I was unable to determine. It was pretty frustrating. It's quite imposing to force anything that can not be easily accessed and removed. I eventually got rid of it in a strange way via CSS by "display:none" on the containing element itself, which had no class or ID to grab, even. But, it was an unusual enough sort of element that I could just grab it with "element {display:none}" ...not sure if that worked in all browsers yet. Hope so.
There is the word "Options" on that page (L82):
https://github.com/concrete5/concrete5/blob/38738bbc284aecb90edafac8...
https://github.com/concrete5/concrete5/blob/38738bbc284aecb90edafac8...
Thank you. That is annoying. I'm using SublimeText, I thought that was a pretty non-buggy editor. Obviously not.
Hi Mainio,
Can the registration form be turned into a job seeker's application form. Im trying to get users to register using an application form containing fields for all of their personal info, job history and education, in order to browse available positions and apply.
Thank you,
Hesam
Can the registration form be turned into a job seeker's application form. Im trying to get users to register using an application form containing fields for all of their personal info, job history and education, in order to browse available positions and apply.
Thank you,
Hesam
Hi All,
a quick question on this, is there a way to submit the details of a registration form then take the registrant to a custom page?
So the product example would be details of the registrant sent and then they are taken to a payment window.
Many thanks in advance.
a quick question on this, is there a way to submit the details of a registration form then take the registrant to a custom page?
So the product example would be details of the registrant sent and then they are taken to a payment window.
Many thanks in advance.
did anyone answer this or did you find a way?
2. Under "Add attribute" select "Text" and click "Add"
3. For the first name add these:
- Handle (for technical reasons): first_name
- Name (this will show up to your users): First name
- Check both boxes under "Searchable"
- Check "Displayed in Public profile" (I guess you want this)
- Check "Editable in Profile."
- Check "Show on Registration Form."
4. Click "Add"
Then repeat this for the last name and there you go.
Antti / Mainio