Discussion Forums  >  WebViews and HTML for Mobile

Replies: 30    Views: 121

Ashy_Ravaliya
Aspiring developer
Profile
Posts: 51
Reg: Apr 21, 2012
London, United ...
3,310
01/29/13 06:49 AM (11 years ago)

Form to Subscrible people to a service/mailing list

Hi Everyone, I've tried to find an answer to this and I think I need to be using a service called JotForm but I am not sure. Basically I need to mimic a form that is already working on a live website but I need to do that exact same thing via an app. I just need to capture the Name, Email and Phone Number provide a 'Sign Up' button and send this info to the server. I thought I could cheat and just use load the URL in a blank BT page but webpage is not mobile optimised so everything is too small and funny to work with. Is using JotForm my only option for this type of requirement? or should something like be coded from scratch using HTML? Thanks for your time! Ashy
 
LA
Aspiring developer
Profile
Posts: 3278
Reg: Aug 16, 2012
Jerseyville, IL
42,880
like
01/29/13 07:12 AM (11 years ago)
Hey @Ashy_Ravaliya, It definitely can be coded for a sign-up page and capturing the name, phone,etc.. Do you already have the server setup? Never used JotForm before so I cannot collaborate on it. LA
 
Ashy_Ravaliya
Aspiring developer
Profile
Posts: 51
Reg: Apr 21, 2012
London, United ...
3,310
like
01/29/13 07:19 AM (11 years ago)
Hi LA!, The server side is already set up and people are siging up to this service today but just via their website. I think I will have to use an API or something connect my mobile app 'form' to their server and pass though the Name, number and email. Just not sure how to connect to their server. Thanks, Ashy
 
LA
Aspiring developer
Profile
Posts: 3278
Reg: Aug 16, 2012
Jerseyville, IL
42,880
like
01/29/13 07:25 AM (11 years ago)
@Ashy_Ravaliya, Are you proficient with MySQL and php? You can use php to connect to the database and pass it through JSON on the App side. LA
 
Ashy_Ravaliya
Aspiring developer
Profile
Posts: 51
Reg: Apr 21, 2012
London, United ...
3,310
like
01/29/13 08:28 AM (11 years ago)
Hi LA, I'm familar with writing SQL statements but have not written PHP code before but I am sure I can learn it and hopefully find some sample code out there...
 
LA
Aspiring developer
Profile
Posts: 3278
Reg: Aug 16, 2012
Jerseyville, IL
42,880
like
01/29/13 08:33 AM (11 years ago)
@Ashy_Ravaliya, Do you have a self-hosed server here? This is where I first started and a wealth of information: http://www.w3schools.com/php/default.asp LA
 
Ashy_Ravaliya
Aspiring developer
Profile
Posts: 51
Reg: Apr 21, 2012
London, United ...
3,310
like
01/29/13 08:37 AM (11 years ago)
Hi LA, No I'm not self hosted yet I wanted to get a couple of Apps out the door first to see if its worth the investment. This is my forst real App for a client so I am hopoing that I can pull this off! Do I need to be self hosted for this type of functionality to work? Thanks a lot for the link...I'll check it out!
 
LA
Aspiring developer
Profile
Posts: 3278
Reg: Aug 16, 2012
Jerseyville, IL
42,880
like
01/29/13 08:42 AM (11 years ago)
@Ashy_Ravaliya, I don't believe so but don't hold me to that but you cannot upload php scripts to bt control panel but you can just pass it through your server and you should be fine. Buzztouch is great! You will enjoy it here. LA
 
chris1
Code is Art
Profile
Posts: 3862
Reg: Aug 10, 2012
Austin, TX
50,120
like
01/29/13 09:40 AM (11 years ago)
I have a plugin in the works that will do exactly this! It's just waiting on a conversation with David before making it live in the market. See this thread for more info and a video: https://www.buzztouch.com/forum/thread.php?tid=962A3293D05F67486894242&currentPage=2
 
tb
buzztouch Evangelist
Profile
Posts: 2050
Reg: Nov 03, 2011
Oxford
32,300
like
01/29/13 09:47 AM (11 years ago)
You dont have to use JotForm. There wouldnt be much coding, because you just make a HTML page as a screen. The best would be a plugin, and if you can wait, go with this option. Other survey companies are out there: - Survey Monkey - Google Forms - a whole load more...
 
LA
Aspiring developer
Profile
Posts: 3278
Reg: Aug 16, 2012
Jerseyville, IL
42,880
like
01/29/13 09:49 AM (11 years ago)
Hey @chris1, Android also? LA
 
chris1
Code is Art
Profile
Posts: 3862
Reg: Aug 10, 2012
Austin, TX
50,120
like
01/29/13 09:52 AM (11 years ago)
@LA - no, not yet. That's one of the things I'm going to talk with David about later this week. I think it's definitely possible to create the Android version of my plugin, but my Android skill-set isn't quite there yet.
 
LA
Aspiring developer
Profile
Posts: 3278
Reg: Aug 16, 2012
Jerseyville, IL
42,880
like
01/29/13 09:53 AM (11 years ago)
Thank you @chris1! LA
 
Ashy_Ravaliya
Aspiring developer
Profile
Posts: 51
Reg: Apr 21, 2012
London, United ...
3,310
like
01/29/13 10:00 AM (11 years ago)
Wooo This is great news Am sure there are a lot of eager people waiting for this type of plugin! Thanks @Chris1 I need to do an Android version as well so if it is cross platform that would be a huge bonus. @AnnadaleApps I'll check out these options as well in the mean time thanks!!
 
ATRAIN53
Code is Art
Profile
Posts: 1755
Reg: Nov 17, 2011
Chicago
26,450
like
01/29/13 11:28 AM (11 years ago)
Wordpress and Joomla/Drupal all have great sign-in, sign-up and newsletter subscriber modules/extensions/add-ons that connect to the database you set-up. Use a WP Touch responsive design, call the URL and you're set with both platforms and a back end to manage it.
 
Ashy_Ravaliya
Aspiring developer
Profile
Posts: 51
Reg: Apr 21, 2012
London, United ...
3,310
like
01/29/13 01:38 PM (11 years ago)
Thanks ATRAIN!
 
andydahl
Aspiring developer
Profile
Posts: 209
Reg: Jul 20, 2011
Villa Grove
4,540
like
01/30/13 07:26 AM (11 years ago)
Machform just announced yesterday that their awesome self-hosted form app supports mobile right out of the box! http://www.appnitro.com/blog-mobile-friendly-forms It's $50 and it lives on your server. Andy
 
chris1
Code is Art
Profile
Posts: 3862
Reg: Aug 10, 2012
Austin, TX
50,120
like
01/30/13 07:31 AM (11 years ago)
Hmm - id hesitate dropping that much for a web-based solution to this.
 
andydahl
Aspiring developer
Profile
Posts: 209
Reg: Jul 20, 2011
Villa Grove
4,540
like
01/30/13 07:47 AM (11 years ago)
Just adding information to the conversation. A native-solution would be best, but Machform also has uses outside of Buzztouch. When your native-solution is released, I'd be interested for sure. You are free to spend your money (or not spend it) however you choose. :) Regards, Andy
 
chris1
Code is Art
Profile
Posts: 3862
Reg: Aug 10, 2012
Austin, TX
50,120
like
01/30/13 07:51 AM (11 years ago)
Sure - wasn't trying to judge you for sharing it-I was just saying I don't think it's worth it IMO - with or without a native solution. Unless you plan on making use of it for other purposes, of course.
 
Ashy_Ravaliya
Aspiring developer
Profile
Posts: 51
Reg: Apr 21, 2012
London, United ...
3,310
like
01/31/13 04:59 PM (11 years ago)
Hi Guys, Not sure if I need to open up a new topic but do any of you know if you can allow users to see certain screens of the app ONLY after they have filled out a form? So once they send their email address and and name then they will be able to navigate to a screen which shows them more information or videos. Until then the screen is not available. Any ideas? My guess is some custom code will be needed somewhere which stores as a variable 'Y' or 'N' that represents if the form was successfully fill out or not and if it's a 'Y' then expose the rest of the screens...something along those lines? :-/ Or some sort of in app 'free' purchase? Thanks! Ashy
 
LA
Aspiring developer
Profile
Posts: 3278
Reg: Aug 16, 2012
Jerseyville, IL
42,880
like
01/31/13 05:03 PM (11 years ago)
Hi Ashy_Ravaliya, The log in screen might work but you would have to activate them LA
 
Ashy_Ravaliya
Aspiring developer
Profile
Posts: 51
Reg: Apr 21, 2012
London, United ...
3,310
like
02/01/13 01:09 AM (11 years ago)
Hi Guys, Not sure if I need to open up a new topic but do any of you know if you can allow users to see certain screens of the app ONLY after they have filled out a form? So once they send their email address and and name then they will be able to navigate to a screen which shows them more information or videos. Until then the screen is not available. Any ideas? My guess is some custom code will be needed somewhere which stores as a variable 'Y' or 'N' that represents if the form was successfully fill out or not and if it's a 'Y' then expose the rest of the screens...something along those lines? :-/ Or some sort of in app 'free' purchase? Thanks! Ashy
 
Ashy_Ravaliya
Aspiring developer
Profile
Posts: 51
Reg: Apr 21, 2012
London, United ...
3,310
like
02/01/13 01:10 AM (11 years ago)
sorry ignore my last post!
 
tb
buzztouch Evangelist
Profile
Posts: 2050
Reg: Nov 03, 2011
Oxford
32,300
like
02/03/13 11:53 AM (11 years ago)
Hey Ashy, Are you going to attend my next meetup in Oxford. I plan on having one soon.
 
Ashy_Ravaliya
Aspiring developer
Profile
Posts: 51
Reg: Apr 21, 2012
London, United ...
3,310
like
02/04/13 09:15 AM (11 years ago)
Hi Annandale, Would love to! Depends on when you are planning to hold it...
 
tb
buzztouch Evangelist
Profile
Posts: 2050
Reg: Nov 03, 2011
Oxford
32,300
like
02/04/13 09:20 AM (11 years ago)
I plan to hold it in about two weeks time. It is probably going to be one of these dates: Monday 18th Feb - 16:00 Tuesday 19th Feb - 16:00 Wednesday 20th Feb - 16:00 Alternatively, the meetup can be the following week, but I'm not free on Thursdays and Fridays
 
tb
buzztouch Evangelist
Profile
Posts: 2050
Reg: Nov 03, 2011
Oxford
32,300
like
02/05/13 02:42 PM (11 years ago)
Hi Ashy, It's me again, I have a few plans for our next meetup which are all in this post here: http://www.buzztouch.com/forum/thread.php?fid=152C2EA769DBDAEBFDAF5E3&tid=152C2EA769DBDAEBFDAF5E3 Please do check out this website that's just dedicated to the meetup: www.buzztouchoxford.com
 
Itsme45
Aspiring developer
Profile
Posts: 50
Reg: Mar 04, 2013
Mernda 3754, Me...
7,100
like
04/09/13 01:16 AM (11 years ago)
@chris1 any news about the webform plugin? thanks
 
chris1
Code is Art
Profile
Posts: 3862
Reg: Aug 10, 2012
Austin, TX
50,120
like
04/09/13 03:47 AM (11 years ago)
Yes - this has been waiting on David to make some changes to the plugin that were a good idea but beyond my skill level when I first created it. He, of course, has been swamped to the nth degree. A couple days ago I offered to make the changes myself since my skill level has improved a good deal in the last few months, and I resubmitted it yesterday for review.
 
Itsme45
Aspiring developer
Profile
Posts: 50
Reg: Mar 04, 2013
Mernda 3754, Me...
7,100
like
04/09/13 04:05 AM (11 years ago)
Sounds great! Thanks
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.