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
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
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
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
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.