I have a form I'm looking to convert from ASP. I have a very specific way it needs to be done.
The output has to follow a certain format such as:
FIELD1=[output1]
FIELD2=[output2]
FIELD3=[output3]
FIELD4=[output4]
FIELD5=[output5]
The field names are NOT the same as the labels. If I have to put them in manually, thats not a big deal. I just need to be able to call the outputs manually and pull those in,
Also, it needs to be attached as a .txt to the email. It can be in the body of the email as well, but it needs to be an attachment.
Are both of these possible with GravityForms?