Hello ..
Could anyone help me in this please ... !
How can I create a form composed of ONLY a text box "without a need for password" and a submit button that doesn't accept any user name unless this username already exists in the database.
for example I want to have a pre-created database of citizens IDs, and want to allow only citizens with a valid ID to log in to some page through a form.
THANKS IN ADVANCE!🙂
Could anyone help me in this please ... !
How can I create a form composed of ONLY a text box "without a need for password" and a submit button that doesn't accept any user name unless this username already exists in the database.
for example I want to have a pre-created database of citizens IDs, and want to allow only citizens with a valid ID to log in to some page through a form.
THANKS IN ADVANCE!🙂
Hi sheeko911,
You can use Ajax to do a check on the value entered in the field and re-direct the user accordingly.
Bob
You can use Ajax to do a check on the value entered in the field and re-direct the user accordingly.
Bob
Hi Bob
Thank you for your answer, Cant chronoforms do this for me on Joomla!.Do I have to write a custom code ?
ty🙂
Thank you for your answer, Cant chronoforms do this for me on Joomla!.Do I have to write a custom code ?
ty🙂
Hi sheeko911,
Sorry but ChronoForms isn't magic. It provides a platform for you to build your form but can't do the detailed work for you.
You will need to write some custom code (or get someone to write it for you). There's an article here from the ChronoForms book on using Ajax with CFv3 that will get you started.
Bob
Sorry but ChronoForms isn't magic. It provides a platform for you to build your form but can't do the detailed work for you.
You will need to write some custom code (or get someone to write it for you). There's an article here from the ChronoForms book on using Ajax with CFv3 that will get you started.
Bob
This topic is locked and no more replies can be posted.