ambiera logo

Ambiera Forum

Discussions, Help and Support.

folder icon Ambiera Forum > RocketCake
forum topic indicator Datepicker
person icon
ueberdruck
Registered User
Quote
2025-10-22 11:22:02

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?

person icon
niko
Moderator
Quote
2025-10-22 12:02:32

Usually it should work - what browser are you using?

person icon
ueberdruck
Registered User
Quote
2025-10-28 13:28:27

I´m using Safari and firefox on a mac

person icon
niko
Moderator
Quote
2025-10-29 07:24:30

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.

person icon
ueberdruck
Registered User
Quote
2025-10-29 16:50:16

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

person icon
niko
Moderator
Quote
2025-10-30 08:01:16

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.

person icon
ueberdruck
Registered User
Quote
2025-10-30 10:00:43

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.

person icon
ueberdruck
Registered User
Quote
2025-10-30 10:03:43

How can I send the file

person icon
niko
Moderator
Quote
2025-10-30 10:29:56

On this page, click Support -> Contact, there is also an email address printed there.


Create reply:










 

  

Possible Codes


Feature Code
Link [url] www.example.com [/url]
Bold [b]bold text[/b]
Image [img]http://www.example.com/image.jpg[/img]
Quote [quote]quoted text[/quote]
Code [code]source code[/code]

Emoticons


icon_holyicon_cryicon_devilicon_lookicon_grinicon_kissicon_monkeyicon_hmpf
icon_sadicon_happyicon_smileicon_uhicon_blink   






Copyright© Ambiera e.U. all rights reserved.
Contact | Imprint | Products | Privacy Policy | Terms and Conditions |