Grab name from text field and email
Hi,I have a text field called name on a fillable form
The user enters their name ie: John Smith
On an email button I would like a javascript code to pull the name from the name text field
and format it john.smith@jet.com.au the dot between first and last name is important.
This would then auto fill out the to field on the email..
Is this possible ?? there will be no middle names or titles to contend with just first and last name in one text field
Thanks