The Small Green Tree Blog

January 29, 2008

More Flexibility For Custom Text

Filed under: web-store-buddy — Richard @ 4:18 pm

With Web-store-buddy you can add add a field for custom text with a “buy now” button. This field needs to be named “optiontext“.

Previously the field was limited to 100 characters - but that has now been increased to 200 characters.

And whereas before you were restricted to a single line text field, now you can use a <textarea> field so that the shopper can enter more than one line. E.g.:

<textarea name=”optiontext” cols=”50″ rows=”3″></textarea>

January 21, 2008

Date Field Validation

Filed under: web-form-buddy — Richard @ 6:01 pm

We have just launched a new feature - date field validation

This allows you to set up a date format template for a field e.g.

  • mm-dd-yyyy
  • yy:mm:dd
  • ddmmyyyy

The input data will then be validated and formatted to the template.

Powered by WordPress