Hi,
I have two questions:
(1) I would like to add a new field type to the form which is not available in the form editor. This field is supposed to be password, so it should have type="password" in the final form (entry replaced with dots when typed). And also, I would like it to have a unique field name in the table created for the form (I'm going to use it later, so it would be easier if it had a unique name). Could you please give me some advice where to start and which scripts to modify?
(2) Is it possible to add additional validations for certain fields? For example, if I have a password field (see above) I would like to have a second password field next to the first one so a user is asked to retype the password. Then these two fields should match before the form is submited.
Thanks a lot in advance...
