Page 1 of 1

selection form

Posted: Thu Feb 13, 2025 5:54 pm
by MarcoGöli
I created a form where I added a selection form. Everything works wonderfully. If I fill out the form on the computer in the browser, the selection is also displayed to me in the email. When I make the selection on my cell phone, the email says “0 object”. What am I doing wrong?

https://webdesign-marco.ch/test.zip

Re: selection form

Posted: Thu Feb 13, 2025 6:14 pm
by Pablo
You will need to set value for the selections, because this is what the browser sends to the server.

Re: selection form

Posted: Thu Feb 13, 2025 7:56 pm
by MarcoGöli
All right, thank you. Actually logical. :wink: