Forums

Making a simple text fields required fields

belex24 22 Nov, 2011
Me again!

Can anybody PLEASE give me advice how to make three very simple textfields reqired fields?

I added in the drop-box onSubmit and even onClick the AutoJavaScript Validation, entered the names (=ids) of the fields:
name,e-mail,titel

but the e-mail is sent anyway. without checking the fields.

thank you very much for any help!!
GreyHead 24 Nov, 2011
Hi belex24,

Which version of ChronoForms are you using? You can find the version from Site Admin | Extensions | Install/Uninstall | Components in Joomla! 1.5 or Site Admin | Extensions | Extension Manager | Manage in Joomla! 1.6.

Bob
belex24 28 Nov, 2011
Thank you for your answer (I was not informed via e-mail, so I just found it now):

The Chronoforms Version is: 4.0 RC2.0
GreyHead 28 Nov, 2011
Hi belex24,

It sounds as though you have the right settings. Please post a link to the form so I can take a quick look.

Bob
belex24 28 Nov, 2011
I hope you didn't forget me?? 😟
belex24 29 Nov, 2011
HELLO?
Would you PLEASE kindly send me an answer?

I BOUGHT this release kandidate! I paid for it and I need to use it for my client. So if there are still bugs in Chronoforms you need to tell and refund the money.

Or help.

Thank you very much in advance!
GreyHead 29 Nov, 2011
Hi belex24,

While I'm pleased that you bought a ChronoForms license from Max I have no way of telling if posters here have paid or not and it makes little difference.

We also don't provide 24 hour support though sometimes it feels like that.

As far as I can see from your form you don't have any validation classes added so the validtion is working perfectly.

If you add the Form HTML in the Code tab then you also have to add the validation classes e.g. class="validate['required']"

Bob
belex24 30 Nov, 2011
Hi,

thank you again for your help, but the validation does not work.

Even though I added the class="validate['required']" e.g. to the "name" field in the code-tab.

Just give it a try at the URL I posted above.

So, what can I do next?

Regards,
GreyHead 30 Nov, 2011
Hi belex24,

I don't see the class in the page source?
<tr bgcolor="#f0f0f0">
      <td>Name*</td>
      <td><input type="text" title="Bitte geben Sie Ihren Namen an!" id="name" class="textfeld" name="name"></td>

Bob
belex24 01 Dec, 2011
SOLVED!

Just for others: it is not allowed to use two classes. Then it works!
I am wondering why the support did not see this very simple mistake on the first view, when he had a look at it.
GreyHead 01 Dec, 2011
Hi belex64,

Technically I think that's an HTML specification that attributes have to be unique.

I probably assumed that if it were that simple a mistake you would have spotted it yourself :-)

Bob
This topic is locked and no more replies can be posted.