I want to copy the content of a field in another database into a formfield when another formfield matches.
When the email-address in the other database also exist than the content auf startnumber field should be inserted in the formfield startnumber
The read data in the form action works well to find out if there exist the same email-address in the other database but how can i transfer the content from the external startnumber-field into my actual form?
When the email-address in the other database also exist than the content auf startnumber field should be inserted in the formfield startnumber
The read data in the form action works well to find out if there exist the same email-address in the other database but how can i transfer the content from the external startnumber-field into my actual form?
Set the value of the field to {var:read_data_action_name.model.fieldname} and reload the field when the email field is changed. One of the demo forms should help you further.
This topic is locked and no more replies can be posted.