Forums

Superb component and question,

suckerhead 22 Jun, 2007
This form component is superb.
I've little knowledge on PHP and coding, but the tips and this forum really2 help.
Great job, and waiting for another great feature.

I have questions and how to do it?
1. Is it posibble to tracking IP and input on the table?
2. How to make required field?
2. How to make verification, if user email and username already register or not? if she/he not yet register, she/he will be redirect to register form when she/he submit the form, and if she/he a registered user (jos_users database), she/he will redirect to thank you page.

thank you
GreyHead 22 Jun, 2007
Hi,

In a rush right now - I can give a longer reply later.

1. Yes, I think the easy way would be to use a bit of PHP to create a hidden field in your form.

2. Yes, but ChronoForms can't do it for you - you'll need some php or JavaScript to include - Google and you'll find thousands of pages of advice.

3. How to make verification. I'm sure that you can do this somehow. It might be easier to make the form only available to registered users. Otherwise you have to keep the form data stored through the registration process.

Bob
suckerhead 22 Jun, 2007

Hi,

In a rush right now - I can give a longer reply later.

1. Yes, I think the easy way would be to use a bit of PHP to create a hidden field in your form.

2. Yes, but ChronoForms can't do it for you - you'll need some php or JavaScript to include - Google and you'll find thousands of pages of advice.

3. How to make verification. I'm sure that you can do this somehow. It might be easier to make the form only available to registered users. Otherwise you have to keep the form data stored through the registration process.

Bob



wow, like i said the forum really help. what a fast reply.;)

but, can you tell me how to and what is exact code for Question number 3?

thanks again
suckerhead 22 Jun, 2007

Hi,

In a rush right now - I can give a longer reply later.

1. Yes, I think the easy way would be to use a bit of PHP to create a hidden field in your form.

2. Yes, but ChronoForms can't do it for you - you'll need some php or JavaScript to include - Google and you'll find thousands of pages of advice.

3. How to make verification. I'm sure that you can do this somehow. It might be easier to make the form only available to registered users. Otherwise you have to keep the form data stored through the registration process.

Bob



wow, like i said the forum really help. what a fast reply.;)

but, can you tell me how to and what is exact code for Question number 3?

thanks again
Max_admin 22 Jun, 2007
Hi,

Please open components/com_registration/registration.php function saveRegistration() and check for the line(s) of code which checks for duplicate user data!!
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.