Closed Akela-SF closed 6 years ago
@Akela-SF --
We urge you to upgrade to Simple Email Form (SEF), version 2.0, with the new 'JForm' setting, in order to use the built-in Joomla templates with Bootstrap. You would then customize the CSS classes that are used within the Joomla JForm elements as you would for any other HTML element contained in a Joomla template (https://docs.joomla.org/J3.x:Modifying_a_Joomla!_Template).
Hope this answers your question. If not, please do not hesitate in writing back to us!
Best regards,
Andrew Caya
Suddenly, a quick response! Thank you!
I'm using jumble-3.8.2 + mod_simplemailform-Version 2.0.1 with the "JForm" setting and it works fine.
But I can not change the markup
<table class = "mod_sef_table"> <tt class = "mod_sef_tr"> <td class = "mod_sef_td">
to <div class = "form-group">
because mod_simpleemailform/tmpl/default.php actually empty. And to change the main code of the module to me it is terrible, so as badly I know PHP
@martinbeaudry --
Could you please have a look at this question? If we have an underlying bug, I'll include the bug fix in the next release (v 2.1) which should be out before the Holidays.
Many thanks for your time and efforts, my friend!
Andrew
Yes, I'll have a look at it.
My pleasure!
@Akela-SF - I think there are three possible solutions.
The simpler one would be to copy the Joomla template you're using (see the link provided above by Andrew) and edit its CSS files:
Another solution would give you more control, but might be slightly more complicated:
Version 2.1 of simpleemailform will make it easier to change the form's rendering using PHP. We hope it will be available a few weeks from now.
Good luck, and thanks for using simpleemailform!
@martinbeaudry --
Just pre-released beta4 with the fix for this issue.
Many thanks for bringing up the problem of the missing interface file after module deployment!
Yours,
Andrew
Now the module works on the table styles. But I would like to apply the Bootstrap-3/4 markup. What data should I put into /tmpl/default.php to get the bootstrap markup?