How to send a email with the forms fields submitted

Confluence User - 10 Jul, 2023

Hello

I use Joget DX7 in community edition and I don't understand how I can send email with fields inside 

I the email tool I don't have any of my form's field 

Is it possible in th comunity version ?

Thanks for your reply

forms;email;emailtools

3


12 Jul, 2023
confluenceUser
confluenceUser

The response is 

#form.form1.field100#
#form.form1.field255#

with form1 is the name of the form

ans field100/255 the fields names in this form


13 Jul, 2023
confluenceUser
confluenceUser

The correct format is #form.tableName.field100# where tableName is the database table name as set up in your form, and field100 is the field id. They do not use any form id in any of the hash variables.

21 Jul, 2023
confluenceUser
confluenceUser

patrice mora You can use hash variables to send emails using the data from your form fields. By configuring the hash variables according to your form field settings, you can specify a particular email address to receive the email. For instance, if your table is named "form1" (you can verify this in the settings tabs) and the form field ID is "field100," then you can utilize the hash variable "#form.form1.field100#" to send the form field content in the email body.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print