Hi,

Due to the original system requirements I'm collecting each line of the address as distinct fields.  What I'm trying to do is concatenate these four fields (Address1, Address2, Address3 and City) from a form named 'jobDetails' with table 'jobdetails'.

I've tried a few variants of the hash values but cannot get it to show in a text file.  This field is only for design/layout purposes to minimise the area between fields and is read-only.

Any help would be gratefully received as I've spent a few hours on this and feel I'm missing something.

Cheers for any help!

Hugh

  • No labels

1 Comment

  1. You may try to make use of hash variables to show them. For example.

    #form.jobdetails.address# #form.jobdetails.city# #form.jobdetails.postcode# #form.jobdetails.state# #form.jobdetails.country#

    whereby address, city, postcode, state, country would be the IDs found in form that stores to table jobdetails.

    Hope this helps.