I am passing a data value in the url calling the form and use the same field name in the URL on the form and in the database table.
The field displays in the form ok (and is editable by the user which is what I want).
The filed data is sent in the email ok, but although DBSAVE saves all the user other fields in the database ok it saves a blank in the database table field for the URL data.
How do I get data passed via the URL to save in the database.
Adrian
The field displays in the form ok (and is editable by the user which is what I want).
The filed data is sent in the email ok, but although DBSAVE saves all the user other fields in the database ok it saves a blank in the database table field for the URL data.
How do I get data passed via the URL to save in the database.
Adrian
Hi Adrian,
Please add a debugger action before the "db save" and verify that the field's value is available before the save ?
Regards,
Max
Please add a debugger action before the "db save" and verify that the field's value is available before the save ?
Regards,
Max
This topic is locked and no more replies can be posted.