anilsojitra
Posts: 0
Joined: Fri Jan 20, 2012 10:51 am

Enquiry form for mobile website

If Tiggzi were used to create a mobile website, is it possible to include an enquiry form that can be completed and submitted from the mobile device?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Enquiry form for mobile website

Sure you can. Create the form and then invoke a REST service, on button click - for example. There is no form as in HTML form element. All data is submitted via a REST service.

anilsojitra
Posts: 0
Joined: Fri Jan 20, 2012 10:51 am

Enquiry form for mobile website

Thanks for your reply.

Would i need to develop REST service that performs the form submission?

My regular website is an ASP.NET website and I want to replicate the enquiry form submission on my mobile website.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Enquiry form for mobile website

If you already have this functionality on the server, then you probably just need to expose the service as REST.

anilsojitra
Posts: 0
Joined: Fri Jan 20, 2012 10:51 am

Enquiry form for mobile website

Do you mean I need to develop and expose an asp.net REST service that accepts the form parameters and performs the submission?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Enquiry form for mobile website

Well, if you already have a regular form, then some service already exists that processes the form and does something with the data. You would just need to expose the service as REST.

RichardGolko
Posts: 0
Joined: Thu Oct 25, 2012 11:25 pm

Enquiry form for mobile website

This is something that most people won't be able to do if they are not hard core programmers. The REST service has to be written and compiled into a program. That program has to sit somewhere (where since this is a self-contained mobile app?). Form submission for autoresponders and enquiries is an everyday task; if Tiggzi is a true drag-and-drop app designer, it should have a 'form' component that can be easily wired in the custom javascript event handler and the REST service should be invisible to us users. Why make it so darn hard to do something so simple like this?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Enquiry form for mobile website

If you know of a REST service that support this sort of functionality, we'll be happy to add a plug-in that does what you describe.

anilsojitra
Posts: 0
Joined: Fri Jan 20, 2012 10:51 am

Enquiry form for mobile website

Hi Richard. I would be very interested in some sort of form REST service. Any more ideas on this? Max, is there anything you can offer to help?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Enquiry form for mobile website

I'll help.. I'm just not aware of any services out there that do that. It's a matter of finding it.

Return to “Issues”