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

Need Custom Form Component Please

Any programmers out there more advanced than me -- Tiggzi needs a form component that can be dragged onto a page and configured to send form data via post. It can be used to integrate autoresponders with AWeber and others. It can be used for any form data that normally would be sent via post from an html/asp.net form page. This is too complicated for me to figure out and do and I would think it would be a common need. Any takers?

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

Need Custom Form Component Please

I just did an experiment and found out how to do forms in Tiggzi with no fuss, and no REST. JQuery mobile handles it for you automatically. Here's how to do a form painlessly:

1) Add a Panel control to your screen.
2) In the properties, change "div" to "html" (in the dropdown)
3) Enter your complete HTML form code as you normally would in an html page.

When you run the app, the form will appear and you can submit it and it works just like normal!

Here's the code I used in my test; it connects with my autoresponder to add a new subscriber. Note that the redirect is controlled by the autoresponder and yes it works with Tiggzi. However I'm redirecting to a non-mobile optimized page which I will change later...

Enjoy.

Code: Select all

 First Name:
     

 Last Name:
     

 E-Mail Address:

Subscribe By:
(Select One Only)
E-Mail
RSS Feed

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

Need Custom Form Component Please

Looks like I can't post the code... sorry; just use any html form you already designed in a web site... or email me consult at golkoconsulting dot com.

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

Need Custom Form Component Please

Use < code ..< /code tag (without spaces)

Return to “Issues”