Simfatic Forms 4.0 Beta 4 Released.

by prasanth on April 22, 2012

Yet another release of Simfatic Forms 4 beta is available for download. The new version has a completely updated validation script and popup form feature. Please remember that the last release (Simfatic Forms 4.0.3 beta) will expire on April 30th. You can uninstall the earlier beta version and install the new beta version.

Highlights:

Validation updates:

Format as currency in Calculation Field:

Popup Form:

The feedback received for the beta release so far is overwhelming ! Thank you so much.
Your feedback is shaping Simfatic Forms.

Here are the updates in this release:

  • New Validation script. The error messages are displayed more interactively.
  • Hyperlink now has a popup option
  • File upload problems with IE solved
  • The calculation field has ‘format as currency’ option
  • new function :’age’ for calculations
  • New form integration options; Popup form feature.

Simfatic Forms Beta release page

Click here to download Simfatic Forms 4.0 Beta 4

Looking forward for your comments and feedback

{ 21 comments… read them below or add one }

Rusty Vernon April 24, 2012 at 5:45 pm

Is there any way to reduce the number of digits in the Unique ID on the confirm page?

Reply

Frankie Deschacht May 7, 2012 at 10:39 am

Hi Prasanth,
you might remember that I sent you feedback a while ago about spam issues.

I have been testing something that seems to work quite well,you might have heard about it, it is called Akismet.

I use it on a blog system on my website (not Wordpress or Joomla, a simple PHP based blog, written by a private programmer) and since I have implemented it,it seems to be catching all spam.

It says it can be used for any blog, or form system,so,would it not be worth having a look into that.

As I said,I am very satisfied with it so far.

Regards,

Frankie.

Reply

Ben May 11, 2012 at 5:12 am

Love the cascaded lists functionality in v4. Solved a wish I had. But is it possible to have the lists shown on more dependencies?

Like I have 3 lists in the form that are related, say A, B and C.

List C is populated according to the selection in A (the basic cascade list). But I want C only to be displayed when the proper selection in B is made. Any other selection in B would result in Not Applicable to be displayed in C.

Other than that I love the application

Cheers
Ben

Reply

Hani June 10, 2012 at 5:11 pm

Awesome work guys! Really enjoy the extra features. Best bible sowrfate I have used on the Android and I’ve used maybe four other applications! Can’t wait to see what you guys can offer in upcoming production release and further releases!

Reply

Francis May 13, 2012 at 11:51 am

Is there a function to show today’s date on the form. I am trying to compare the day someone opens the form to a set date to calculate a ‘days to event’

Reply

prasanth May 19, 2012 at 6:26 am

You may have to use some custom javascript code for that. There is a custom code button in the ‘Draw the form’ page

Reply

Lance May 17, 2012 at 1:00 pm

Hi,

When will the 4.0 version of the software be released into production? It’s been in beta for a very long time.

Lance

Reply

prasanth May 19, 2012 at 6:25 am

Sorry;No final release yet.
Hope you would appreciate the tremendous improvement Simfatic Forms had in this beta period.

Reply

Mohamed May 22, 2012 at 5:23 am

How can I disable a component. I have a name text field that I want to show as read only. How can I do that.

Reply

prasanth June 1, 2012 at 8:17 am

There is no built-in feature to disable a field. You can use the custom code option (Draw the form page->custom code)
Sample javascript:
document.forms['yourformname'].element.disabled = true;

Reply

paul May 26, 2012 at 3:59 am

i have a question,i use simfatic 3.2 with license,if i use simfatic 4,it will the form expire?i need a form with pages..

Reply

prasanth June 1, 2012 at 8:14 am

Simfatic forms 3.2 license will not apply automatically to Simfatic Forms 4. The form will not expire anyway.

Reply

Metsoft May 29, 2012 at 7:11 pm

Hi Prasanth:
How do I refer to a form named “order” with javacript on Custom Validation Function on Input Validation tab?

I have tried;
if (document.forms.order.textname.length == 0)
{
alert(“Name is required”);
return false;
}
I got error message document.forms.order.textname is null or not an object

2nd example;
if (document.forms.["order"].FirstName.length == 0)
{
alert(“Name is required”);
return false;
}
I got error message “Expected Identifier

Reply

prasanth June 1, 2012 at 8:13 am

it should be document.forms["order"].FirstName

Reply

Andres May 31, 2012 at 10:41 am

Any news about another beta or final release ???

Reply

prasanth June 1, 2012 at 8:12 am

There will be another beta update. Coming soon!

Reply

John Surridge June 6, 2012 at 2:19 am

I’m new user of your software. with your software I actually enjoy making forms now! I just want to give some feedback and wishlist suggestions.

In the “yourform”_form_page.txt I have had to manually edit to position the form precisely in the iframe simply by adding this code:

I added the margin-left and margin-top tags

Also in the generated code for the iframe I have had to edit it making it non scrolling and changing the height value. My question is why is this value 100px larger than the form? I understand it for the trial version but registered version doesn’t the extra space at the bottom.

Now for my wishlist, The thank u page/text I would like more functionality ie: add background image, links/buttons to give the visitor navigation option that follow on from the form or even a download link on successful form submission.

I would also like to see a multi form options like in a survey you submit your response and it takes you to the next question or step.

Anyway some ideas to think about.

Take care, John

Reply

Howard Geltman June 11, 2012 at 12:28 pm

Hi Prasanth:

Thank you, Thank you, Thank You, for adding the behavior to clear the form if the reset button is pressed.

When I suggested that to you a while back, the teachers and students were getting pretty upset with me because they had to clear the form contents themselfes.

If you remember me, I am the blind software designer creating specialized softwre for my blind and disabled students.

THEY WILL ALL BE SO VERY HAPPY WHEN YOUR NEW RELEASE IS PUBLISHED!!!!!

Also, would there be any way of either increasing the font size just a bit or boldfacing the fonts for the button titles on the new maintenance page? It would help those with visual difficulties.

Reply

Vijay June 20, 2012 at 2:20 pm

Kindly add hint pop up.

Reply

Jim June 20, 2012 at 4:00 pm

Hi,

I would like to build a form using the calculation module. The form will have a pull-down list with a product description and cost. I want to multiply quantity * price and store the result in an extended field (like an order entry form). Are there any example forms to look at that do this sort of thing? The tax form that is included does not use the pull-down list to show to get the price.

Thanks,
Jim

Reply

prasanth June 21, 2012 at 12:23 pm

You can just add a dropdown (say product ) and then put a quantity field (say qty) then add a calculation field that does product * qty. The edit formula box will show a mapping page where you can map the product to its price

Reply

Leave a Comment

Previous post:

Next post: