--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to joomla-dev-gene...@googlegroups.com.
To post to this group, send email to joomla-de...@googlegroups.com.
Visit this group at http://groups.google.com/group/joomla-dev-general.
For more options, visit https://groups.google.com/d/optout.
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2015.0.5645 / Virus Database: 4260/8939 - Release Date: 01/16/15
<field name="contact_name" type="text" default="" label="JFIELD_GLOBAL_TITLE_LABEL" class="span5" required="true" filter="string" size="45" />
thats what I've been doing seth,
<div class="form-group">
<?php echo $this->form->getLabel('contact_name'); ?>
<div class="input-group">
<?php echo $this->form->getInput('contact_name'); ?>
<span class="input-group-addon"><i class="glyphicon glyphicon-ok form-control-feedback"></i></span>
</div>
</div>
the main issue I think, is that I can't seem to figure out how to pass a class or other info to the <?php echo $this->form->getInput('contact_name'); ?> type statements. I tried looking it up but my brain just kinda shut down :(
BearOn 1/16/2015 05:46, Seth Warburton wrote:
It depends somewhat on your definition of nice. You can do whatever you want with a template override of com_contact simply by swapping out BS2.3 markup for BS3 markup. That's exactly what I did:--
On Friday, 16 January 2015 04:00:26 UTC, Bear wrote:
Would anyone care to tutor me on making a nice contact form using
bootstrap 3 for Joomla 3.4 ?
Been trying to convert
http://bootsnipp.com/snippets/featured/bootstrap-3x-contact-form-layout
as a sample, but running into issues.
-- Bear
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to joomla-dev-general+unsub...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to joomla-dev-gene...@googlegroups.com.
To post to this group, send email to joomla-de...@googlegroups.com.
Visit this group at http://groups.google.com/group/joomla-dev-general.
For more options, visit https://groups.google.com/d/optout.
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2015.0.5645 / Virus Database: 4260/8940 - Release Date: 01/16/15
To unsubscribe from this group and stop receiving emails from it, send an email to joomla-dev-gene...@googlegroups.com.