VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: dandez on September 20, 2012, 23:08:29 PM

Title: Fields marked with * Required
Post by: dandez on September 20, 2012, 23:08:29 PM
1.As the Topic says.

Is there any way to add a text to the form saying that fields marked with * are required?

I couldn't find any custom field type  in administrator that would let me add a plain text to the registration form.

2. Another thing.

Is it possible to make Terms and Conditions checked by default?

Warmest Regards
Dan
Title: Re: Fields marked with * Required
Post by: bytelord on September 20, 2012, 23:21:12 PM
Hello,

1. You could edit the vm template and place a text that you want (fox example edit_shopper.php under views/user/tmpl or inside your custom override template)

2. Take a look over here: http://forum.virtuemart.net/index.php?topic=106506.msg355437#msg355437

Regards
Title: Re: Fields marked with * Required
Post by: K&K media production on October 06, 2012, 19:44:58 PM
Wie bytelord bereits geschrieben hat...du musst dies direkt ins Layout schreiben, z.B. in die Datei edit_shopper.php. Hierfür solltest du aber ein Override nutzen. Also die Datei in das Verzeichnis  dein_template/html/com_virtuemart/user  kopieren und dann editieren. Siehe auch hier: http://docs.joomla.org/How_to_override_the_output_from_the_Joomla!_core

Title: Re: Fields marked with * Required
Post by: bytelord on October 07, 2012, 02:15:34 AM
Hello again,

Some more information:
using template overrides: http://forum.virtuemart.net/index.php?topic=98505.0
using firebug to examine your site css styling and html code: http://forum.virtuemart.net/index.php?topic=102850.0
use of template system: http://dev.virtuemart.net/projects/virtuemart/wiki/Hints_for_the_use_of_the_template_system

Regards
Title: Re: Fields marked with * Required
Post by: alatak on October 23, 2012, 18:16:04 PM
Hello

QuoteIs there any way to add a text to the form saying that fields marked with * are required?
The text field "Fieldset delimiter" allows you to do that.