form builder
form builder
i am using the module form builder which is working fine but i was wondering how can add a feild which is just for numbers any help please if it had validation would be even better
Re: form builder
Field Type: Text Input
Field Validation: Numeric
To clear spaces in field you can addto "Javascript for field:"
Field Validation: Numeric
To clear spaces in field you can add
Code: Select all
onblur=' this.value=this.value.replace(/(^\s*)|\s*|(\s*$)/g, "") ; '
Re: form builder
ill try that now thank you
Re: form builder
You could look into using a Jquery validator as well
If all else fails, use a bigger hammer.
M@rtijn wrote: This is a community. This means that we work together and have the same goal (a beautiful CMS), not that we try to put people down and make their (voluntary) job as difficult as can be.