thanks j-b-t , i'll try .
Main Topics
Browse All TopicsHello,
well, i'm here for ask to experts on joomla: there is a way to publish content, with a default template (bbcode or html), from data inputed in a form ? i need to gage my articles inside the webpage, and so, when submit the form, i need to catch this data and put into a joomla article.
anyone can help me ?
thanks, very much !
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I don't see why not .
But be aware i - I should have manetioned that the jos_content table - teh main content is stored in html - so when you read
hello on a joomla page
in eth table it is <p>hello</p>
depending on what you exactly are trying to achieve you may need to invisibly include some html in the intro_text and full_text fields
If I were you I'd check form2content extension...
http://extensions.joomla.o
Business Accounts
Answer for Membership
by: j-b-tPosted on 2009-11-05 at 18:04:06ID: 25756092
Sure all you need to do is make sure the form collects the data and inserts it correctly into the jos_content table with all required information etc -adding a new article.