Hello everyone,
I have a tricky task ahead: on our web site we are asking people to read a non-disclosure agreement, then fill in a form with personal information, address, etc., a check box that "I agree to be bound by this NDA" , and the electronic form of a signature by providing a text field. When people submit this form, the following needs to happen:
1. A PDF needs to be created, containing the language of the NDA, the personal information of the filer, and the pdf needs to be emailed to the filer and saved in the database.
2. A user account needs to be created, with that persons details, plus this account needs to be put into a joomla user group that is associated with an ACL to access further information.
In other words, I need to hook into the whole submission process.
Apart from creating PDFs (something for a different component), what can you guys recommend? Is the chronoforms V3 book going to help me? Has any of you gone thru a similar exercise? I am relatively new to joomla and php - but have plenty of experience with MS technologies, JS, SQL, DHTML, FLEX, etc.
So yes, I did connect my form to a database table, and submissions seem to collect fine.
Trying to get a head start ...
Thanks to anyone who can help.
I have a tricky task ahead: on our web site we are asking people to read a non-disclosure agreement, then fill in a form with personal information, address, etc., a check box that "I agree to be bound by this NDA" , and the electronic form of a signature by providing a text field. When people submit this form, the following needs to happen:
1. A PDF needs to be created, containing the language of the NDA, the personal information of the filer, and the pdf needs to be emailed to the filer and saved in the database.
2. A user account needs to be created, with that persons details, plus this account needs to be put into a joomla user group that is associated with an ACL to access further information.
In other words, I need to hook into the whole submission process.
Apart from creating PDFs (something for a different component), what can you guys recommend? Is the chronoforms V3 book going to help me? Has any of you gone thru a similar exercise? I am relatively new to joomla and php - but have plenty of experience with MS technologies, JS, SQL, DHTML, FLEX, etc.
So yes, I did connect my form to a database table, and submissions seem to collect fine.
Trying to get a head start ...
Thanks to anyone who can help.