How to create & get output from radio buttons in mail body

Hi Guys

I have to create radio button option in send outlook mail body using html & have to get the output of the user’s response for the radio option.
I am not familair with html so I get a html code from a website & create the option in mail body in the below format.

Example of Radio Button Please select:
Approve
Reject

Using this I can able to create the radio option (Approve, Reject) in mail body but I have to know which option is selected by the user in mail body.
How to get the user response output?

Thanks in Advance :slight_smile:

Hi

Have a view on this below thread which was discussed on same note and I hope you can integrate With ur code

Cheers @mohamedalthaf

1 Like

@mohamedalthaf

On click of approve of reject ideally you need would do an action or event like send email with a specific mail body …int hat mail body include a keyword for approve and reject and check what value it is

Cheers

1 Like

@Palaniyappan Thanks brother!! This is working as expected.

1 Like

Glad it got resolved @mohamedalthaf

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.