I have created a form on my Confluence page using HTML aui form.
After setting up all the questions and create a "submit" button, may I know how can I collect all the data and send the data to a designated email without using any plug-in or paid macro.
Thanks.
You will still need to have a plugin or some service that receives the "submitted form" and does what you want with the submitted data. You can develop this yourself - https://developer.atlassian.com/server/framework/atlassian-sdk/create-a-helloworld-plugin-project/
Or, alternatively, you can set up your HTML form to use something like sendgrid/twilio REST API to send an email directly from the web browser. True that you will need to "expose" the auth details (as far as I understand)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.