Skip to Content Skip to Menu

multipage registration form

11 years 10 months ago #239133 by thewebsurfer
multipage registration form was created by thewebsurfer
hi i remember there's a way to make multipage registration form, but i don't know how..
how can i do that?

Please Log in or Create an account to join the conversation.

  • nant
  • nant
  • OFFLINE
  • Posts: 12339
  • Thanks: 1467
  • Karma: 877
11 years 10 months ago #239145 by nant
Replied by nant on topic multipage registration form

thewebsurfer wrote: hi i remember there's a way to make multipage registration form, but i don't know how..
how can i do that?


We have no multipage form but you can have a tab based registration using CB Conditionals plugin.

Please Log in or Create an account to join the conversation.

11 years 10 months ago - 11 years 10 months ago #239154 by thewebsurfer
Replied by thewebsurfer on topic multipage registration form
i know how to use CB conditional for profile/edit page but i don't know how to use that in registration form..
i will study it..

in the meantime, there is a chance to get a radio button value from $_GET/$_POST data?
i want to show two different registration form, i mean:
index.php?option=com_comprofiler&task=registers&Itemid=257&usertype=type1

index.php?option=com_comprofiler&task=registers&Itemid=257&usertype=type2

usertype is my radiobutton (controllable just from admins and hided from registration form)
Last edit: 11 years 10 months ago by thewebsurfer.

Please Log in or Create an account to join the conversation.

11 years 10 months ago - 11 years 10 months ago #239156 by thewebsurfer
Replied by thewebsurfer on topic multipage registration form
another question: i don't undestand how substitute step1, step2 text
Last edit: 11 years 10 months ago by thewebsurfer.

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 49733
  • Thanks: 8505
  • Karma: 1465
11 years 10 months ago #239184 by krileon
Replied by krileon on topic multipage registration form

in the meantime, there is a chance to get a radio button value from $_GET/$_POST data?

Only if you use CB Auto Actions and its Code action on the before registration form display trigger. You'd then use jQuery to push the [get_NAME] or [post_NAME] substitution values to an input. Believe someone has already used such usage, please search.

another question: i don't undestand how substitute step1, step2 text

Please review carefully the below tutorial. It'll walk you through the step by step feature usage.

www.joomlapolis.com/support/tutorials/107-use-cases/18381-tabbed-step-based-registration-forms


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

11 years 10 months ago - 11 years 10 months ago #239202 by thewebsurfer
Replied by thewebsurfer on topic multipage registration form

krileon wrote:

in the meantime, there is a chance to get a radio button value from $_GET/$_POST data?

Only if you use CB Auto Actions and its Code action on the before registration form display trigger. You'd then use jQuery to push the [get_NAME] or [post_NAME] substitution values to an input. Believe someone has already used such usage, please search.


this field is named "usertype"
so the value is retrieved from $_GET[usertype] value,
in the registration form it's useless to show the usertype field, but it has to be present in registration (just not visible).
how can i make this field not visible in registration form?
is that clear?:)
Last edit: 11 years 10 months ago by thewebsurfer.

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum