Community

I want to create a lucky draw form, guest can register by themselves. Can it be automatically generate a lucky draw number for each participant and email them a copy once they submit the form?

Bentz Tong

Oct 8, 2024

Comments (1)

Vipin

Oct 8, 2024

Currently, Neartail does not have a built-in feature to automatically generate a lucky draw number for each participant. However, you can create a unique identifier by using a combination of the submission timestamp and their student ID or name. The other option is to use the autogenerated order number. When a user submits the form, Neartail generates a unique order number. This number starts from 1 and is incremented by 1 for each new order. You can choose to use this a lucky draw number To send a confirmation email with their registration details, you can set up email notifications directly in Neartail. Login to Neartail > click on the form to open it > Edit page will be displayed > click Orders > In the Orders page, click on the three dots icon next to the Submitted status > click Notify respondent > setup wizard will be displayed > follow the prompts to complete the setup. You can use the ${response()} formula in the email message to include a summary of the responses or click on the @ icon in the editor to include specific fields.

Add your comment