I am trying to concatenate 3 fields into one field to send to a Stored Procedure sense we can only pass one variable. Can anyone tell me why the built in mechanics to do this does not work or help me with a script that will pull the values from 3 single line fields into a fourth single line fields with either - or | as dividers to be parsed out on the SQL side?
I am including the field description I am trying to use that calls 2 existing form fields and the current user token. And a picture of the Live form, with both an anonymous user and the admin user calling the form. How to get the two form field values to populate is my main problem before sending the whole string to the procedure to pull the employee info.
Any help would be appreciated.