Sterc / FormIt

A dynamic form processing Snippet for MODX Revolution
https://docs.modx.com/current/en/extras/formit
33 stars 58 forks source link

Email revieved with +field3 rather than value #177

Closed source3 closed 4 years ago

source3 commented 6 years ago

I am new to modx and am just trying to get a previously build contact us FormIt running correctly. The problem is that the email sent to the client's gmail displays the field value the first time after testing with QuickEmail. Subsequent emails are received with a format of [[+field#]] as shown below. I can send a test edit with QuickEmail and email is received properly only the first time.

The database entries in the modx backend shows all fields correctly with their values. Any ideas why the below gmail email is happening?

New Message from the AMCD Website

[[+field3]]

Contact Info
Name: [[+field1]]
Phone Number: [[+field2]]
Email: [[+field4]] 
devlanda commented 4 years ago

@source3 Is this still an issue?