andrewscaya / mod_simpleemailform

Joomla module: mod_simpleemailform
http://joomla.unlikelysource.org/
GNU General Public License v2.0
3 stars 4 forks source link

Simple Form won't work within articles #29

Closed rwl10 closed 6 years ago

rwl10 commented 6 years ago

I'm trying to get a simple form to display within an article. I have used {loadposition position-2} where position-2 is the position selected in the module's position box. I've tried various other short codes to no avail. I do have the Content - Load Modules plugin enabled. I can get the Simple Form to display when added to a menu that displays an article, but not embedded within an article.

Thanks, Bob

andrewscaya commented 6 years ago

Hi @rwl10 !

To load your form within an article, you only need to make sure to enter an id in the 'position' attribute of the SEF Admin Panel (ex. "user99"): screen01

And then, use your new id within the body of your article ("{loadposition user99}"): screen02

Thus, you should see the form appear within the body of the chosen article: screen03

This is explained in our user documentation at the following address: http://simple-email-form.readthedocs.io/en/stable/installation.html#index-4

Many thanks for your interest in the Simple Email Form module!

Best regards,

Andrew