I have created a form in Fillout using Airtable data. In Interfaces I created a list and put a button in it and set it up to send an email. I have everything working except that I cannot figure out how to put a line break in the formula that contains the subject and body.
I often use chatGPT for answers to problems in Airtable and it is almost always spot on. But in this case it has failed me. I have searched through Duck Duck Go and I have read a lot of non germane material. All too no avail.
Does anyone know how to add a line break in the subject section?
Here is the formula as it stands now. It works fine as is, but formatting could be better:
Thank, Scott
“mailto:?subject=” & ENCODE_URL_COMPONENT(“Chautauqua Fire Dept. New Member’s Info and Mail Address Form”) &
“&body=” & ENCODE_URL_COMPONENT("Please click the link below and fill out the form that opens in your browser. The form will have 15 fields, 9 are required and have stars after them. The last field will be the Mailing Address field. Click + Add under it and it will open the Mailing Address sub form. Complete it and click Submit at the bottom. The original form will reopen. Click the Submit button at the bottom of the original form and you’re done. Thank you. & Here is the link: " & {Link}
)