Hi Friends, I need to add some custom fields in a article section. I have tried some modules but that's not working. Please help. Thanks, sathish b
Use Joomla Form component with Plugin, so easy to add it to your contents form like: faciform, beezing form... goodluck
I actually use breezing forms, and rs forms pro. They both have plugins that will allow you to insert a form that you create into the article with a simple short code. ( ie. [rsform 2] ) You can also create a form the old fashion way and place it into the article, but you have to change some settings in Joomla first or Joomla will remove the "Action" from the form. If you wanted to place a module into your content area that can be done also. Just create a module and give it a position name that does not exist such as mynewposition, and then insert the following short code into your content area {loadposition mynewposition} and the module code will be loaded where you placed the short code.