Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
I tried to insert a datepciker in a emailform. I used the tool datepciker - in the development view there is a dd.mm.yyyy and a calender icon for the picker. When I publish the site there is only an empty field with no action. What to do? |
||||
|
Usually it should work - what browser are you using? |
||||
|
I´m using Safari and firefox on a mac |
||||
|
Just tried it out on several versions - it works for me perfectly. Maybe you are doing something unusual? Or have a very old macOs version? I remember years ago - the date picker had problems on macOs but apple fixed this. |
||||
|
I fixed the problem - but i have a new one The site is ok on the Domain - when i insert the php Code from the manual $text = ""; foreach($_POST as $name => $value) { $text .= "$name : $value\n"; } if ($text != "") { echo 'Thanks for contacting us.'; mail("youremail@example.com", "Contact form request", $text); } i get an Errorcode: 500 Internal Server Error when I delete the php code the view is ok again |
||||
|
Looks like you have an error somewhere in your code. You can take a look at your server log for the exact error which causes the 500 internal server error. If you are using macOS, you maybe likely have some "magic quotes" in there causing this. It is a setting which can be disabled in the macOS system settings. You can also send me the .rcd file and I'll have a look if you like. |
||||
|
I`m going from errot to error The tip with the quotes on a mac was succesful - thank you. Now when I send the form I get an error message: No input file specified. |
||||
|
How can I send the file |
||||
|
On this page, click Support -> Contact, there is also an email address printed there. |
||||
|
|