url fields
url fields
I have a stateless form that I am trying to populate with data from the master form. Everythng works fine except for the url field.
Here is the statement. Is special handling needed for url fields?
input.Company_URL = master_Record.Company_URL
Herb Wexler