Web Form Builder Update Now...

User 103173 Photo


VP of Software Development
0 posts

Hey Form Builders!

Well, you won't believe it, but we have an update to Web Form Builder! Our developers have been working pretty hard over the past few weeks and we really tried to make this one of our best updates yet!

So what cool stuff has been added to Web Form Builder 1.1 (Build 3173) in this update? Here's an overview:
  • Added 20 new templates! Check them out under the File Menu
  • Updated all themes
  • Added Phone Number Magical Element
  • Added ability to set colors for radio buttons and checkboxes
  • Added validation to email addresses entered in the Settings dialog
  • Added new From Address under settings dialog
  • Added padding options for submit button text
  • Updated markup for better form validation
  • Updated Quick Start Guide
  • Fixed issue with TO, CC and BCC not allowing multiple addresses
  • Fixed issue with form_results not appearing in the correct order
  • Fixed issue with non-english characters displaying incorrectly on the confirmation page
  • Fixed issue when using & in a link

Many of these most recent tweaks were suggested through the feedback you guys gave us. For this, we can't thank you enough. You've made the product better for us, yourselves, and everyone else!

So with that, we hope you enjoy these enhancements. To download this update, please go to My Products from within your account. Once the software list appears, click the "download" button next Web Form Builder.
Learn the essentials with these quick tips for Responsive Site Designer, Responsive Email Designer, Foundation Framer, and the new Bootstrap Builder. You'll be making awesome, code-free responsive websites and newsletters like a boss.
User 464893 Photo


Ambassador
1,611 posts

Wow did I say Wow I meant WOW! Just downloaded the latest version. It is now a very respectable tool. My compliments to whoever cooked this one up.
The Guy from OZ


User 187934 Photo


Senior Advisor
20,193 posts

What's the saying "Ask and thou shall receive" Awesome job CC.:)
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2077947 Photo


Registered User
40 posts

Here is a tip!

If you have designed a complicated form, get a novice to complete it whilst you look over their shoulder (I used my daughter as a guinea pig) it is very intersting to see how they read, construe the instructions and complete the form.

It may not be quite as you expect ;)

Skipy
R K BAILEY
User 187934 Photo


Senior Advisor
20,193 posts

That's what I do with some of my excel applications I build. What the user tells you they want and what they want the application to do are two different things.:lol:
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 464893 Photo


Ambassador
1,611 posts

Eric ! isn't that just like programming "I wish the program would do what I want not what I tell it" Talking of programming.

I am working on interpreting the results of a form to see if I can really use the radio buttons as redirects to Paypal. There is an example of an online order form that gave me the idea.

It will mean writing a Paypal script in php based on the selections on the form and sending a copy to Paypal so that the Paypal order screen comes up for the client. Great challenge to get my teeth in. The form information is in the result.txt file. I can use the data there. The client gets a chance to refuse at the Paypal screen.
To test forms I use a Gmail address which I send to with a reply to my main address. I am my own client.
Yes I admit it I do talk to myself. Where else could I find such a like mind, What a great guy :)

The Guy from OZ


User 187934 Photo


Senior Advisor
20,193 posts

It's not that you talk to yourself. There's just nobody close enough to hear.;)
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 464893 Photo


Ambassador
1,611 posts

I created a test form and downloaded the Result file to test in Wamp
Result file gave me this:-
Name,Email,radio5,_submitted_,_fromaddress_
Me,My Email,"Software","2012-01-17 01:34:49",My IP
I extract this and place in a Buy Now Button code >>Name, Email,Software Cost

Insert this into re written code

<form target="PayPal" action="https://www.paypal.com/cgi-bin/webscr" method="post" style="margin:0;padding:0">
<input type="hidden" name="business" value="My Account">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="item_name" value="Software">
<input type="hidden" name="item_number" value="01">
<input type="hidden" name="amount" value="Val">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="shipping" value="">
<input type="hidden" name="shipping2" value="">
<input type="hidden" name="handling" value="">
<input type="hidden" name="return" value="Success">
<input type="hidden" name="cancel_return" value="Failure">
<input type="hidden" name="undefined_quantity" value="0">
<input type="hidden" name="receiver_email" value="My Email">
<input type="hidden" name="no_shipping" value="0">
<input type="hidden" name="no_note" value="1">
<input type="image" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but9.gif" Work to do here style="position:absolute;left:0px;top:10px;" alt="Make payments with PayPal, it's fast, free, and secure!">
</form>

Write a temp html page and auto submit. Paypal handles the rest. I use php designer lite as the IDE uses php.net help file. What with the internet it should be a breeze. Famous last words. Fun at least.
I use Wamp as my Windows server but do not have a email option live. Use my host for that.

This will be for one item at a time, which will suit me to a tee. I will need a Beta tester/s.

I am so impressed with the ability of CC programs and what can be done with them.

The Guy from OZ


User 103173 Photo


VP of Software Development
0 posts

And some people say this new version is too restrictive! :)
Learn the essentials with these quick tips for Responsive Site Designer, Responsive Email Designer, Foundation Framer, and the new Bootstrap Builder. You'll be making awesome, code-free responsive websites and newsletters like a boss.
User 464893 Photo


Ambassador
1,611 posts

Ahh! Scott Your developers are brilliant, Would I love to pester the life out of them, It is pretty lonely doing what I do on my own. My skills pale when I look at some of the software they have made. But I do like to push the abilities of software way past any use by limit. Especially if it is for my benefit
There was a time I couldn't even spell programmer now I are one, even if a bit mediocre.




.
The Guy from OZ



Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.