I am a student in Sierra Leone and currently developing a website for my college as a project. I want to use Chronoforms to prepare an online college application form. I want the form to be multipage with choices and validation. This is what I want
Public visits the college website and click on apply now
First form -step 1 - This will be instructions only
Second form - Step 2 - This will asked the user if they are domestic or international student (Depending on the answer using a radio button, the user will be redirected to an form)
Third form - step 3 - Domestic students application - This form will ask students for a verification code (domestic students will be required to provide this code before given access to the application form. They will make application for payment through a bank account at home, visit the college registry to obtain a unique code that will give them access to the online application form. I want this users code to be verified from a db table I will create to see if the code is valid. If valid, the user will be allowed to continue. if not, an error message will show to explain the problem. This will be a one time code per user. other users will should not be able to use the same code to apply
Fourth form - step 4 - International users will be directed to another form that has paypal plugin enabled to collect their application fees before continueing the process
Fifth form - step 5 - Domestic and international students will be asked to choose type of application; undergraduate, graduate or transfer. Depending on choice, they will be directed to the various forms after here.
I want to store all the information in a db table for later xml and excel export.
Can you please help me find a fine spot to start.
I have created a couple of forms and has enabled multipage form. I am fine doing this.
My problem is choice options ( how to redirect users to other forms base on their radio button choice)
How can I check the table with verification codes to make sure the code entered exist in the table and has not already been used by another user
How to enble the paypal plugin for the international student application. Please help. This project is due on Friday and without this I will not graduate.
Thanks all for your help. The website is http://fbcusl.net
Public visits the college website and click on apply now
First form -step 1 - This will be instructions only
Second form - Step 2 - This will asked the user if they are domestic or international student (Depending on the answer using a radio button, the user will be redirected to an form)
Third form - step 3 - Domestic students application - This form will ask students for a verification code (domestic students will be required to provide this code before given access to the application form. They will make application for payment through a bank account at home, visit the college registry to obtain a unique code that will give them access to the online application form. I want this users code to be verified from a db table I will create to see if the code is valid. If valid, the user will be allowed to continue. if not, an error message will show to explain the problem. This will be a one time code per user. other users will should not be able to use the same code to apply
Fourth form - step 4 - International users will be directed to another form that has paypal plugin enabled to collect their application fees before continueing the process
Fifth form - step 5 - Domestic and international students will be asked to choose type of application; undergraduate, graduate or transfer. Depending on choice, they will be directed to the various forms after here.
I want to store all the information in a db table for later xml and excel export.
Can you please help me find a fine spot to start.
I have created a couple of forms and has enabled multipage form. I am fine doing this.
My problem is choice options ( how to redirect users to other forms base on their radio button choice)
How can I check the table with verification codes to make sure the code entered exist in the table and has not already been used by another user
How to enble the paypal plugin for the international student application. Please help. This project is due on Friday and without this I will not graduate.
Thanks all for your help. The website is http://fbcusl.net
Hi click2tman,
You have a busy week ahead of you.
Steps 3 & 4 can be the same form but using a simple conditional 'if' statement to show the appropriate part to the student.
Instructions for saving multi-page forms to the database step by step are in the example post I made in the Plugins forum here.
You will find a few posts here on unique ids, including the SQL to check that they are unique (or you can use the less secure but easier cf_id from the database save).
Use the Redirect plugin to connect to PayPal with a ReDirect URL coming back to your form.
Bob
You have a busy week ahead of you.
Steps 3 & 4 can be the same form but using a simple conditional 'if' statement to show the appropriate part to the student.
Instructions for saving multi-page forms to the database step by step are in the example post I made in the Plugins forum here.
You will find a few posts here on unique ids, including the SQL to check that they are unique (or you can use the less secure but easier cf_id from the database save).
Use the Redirect plugin to connect to PayPal with a ReDirect URL coming back to your form.
Bob
Thanks for the information. I will try it again
This topic is locked and no more replies can be posted.