Create Form PHP HTML?

Hey

I want to create a mobile application for android & iOS.
It is really simple, just a form with some input fields, select lists and datepicker.

Now Iam wondering if this is possible with Unity3d? And how to do it with c#? I think that wouldnt work…thats more PHP and HTML stuff !?

Or does someone know a better solution to build such an application?

Best regards

You could do that with unity, but would be much easier with just html/javascript or others…
(building those form elements with unity would take some time also…in html you have lots of ready components to choose from, with full functionality already…)

check also,
http://phonegap.com/

Yeah normally I would simply create the form in html, style it with css and do the rest with PHP. But how do I make an application from that for mobile devices? Unfortunatly, PhoneGap doesnt support PHP.