Hi all,
I am new to Joomla. Just started getting familiar to Joomla 1.5. I want to know whether we can include text boxes, buttons etc in articles. When I type the respective code for text boxes and buttons in the HTML editor, it shows the labels but not the text boxes. what should I do to be able to include forms in the articles
How to include forms in articles
-
- Joomla! Fledgling
- Posts: 3
- Joined: Tue Jul 15, 2008 8:03 pm
-
- Joomla! Guru
- Posts: 829
- Joined: Wed Jan 09, 2008 9:16 pm
- Contact:
Re: How to include forms in articles
You could start by looking at what's on offer here:
http://extensions.joomla.org/index.php? ... &Itemid=35

http://extensions.joomla.org/index.php? ... &Itemid=35
My website: http://www.davidboggitt.com/
Love and hate both devastate you, but at least love takes you to dinner first.
Love and hate both devastate you, but at least love takes you to dinner first.
-
- Joomla! Apprentice
- Posts: 5
- Joined: Mon Dec 07, 2009 6:23 am
Re: How to include forms in articles
Hi there...I'm pretty new to Joomla as well. I am trying to create a commmunity guide website. I want the users to be able to enter the data for the guide entries in a form, then the article to be displayed for the public just as an article, but if they want to change the data, then it is a form again. All the extensions seem to related to contact forms, but this is just a data form.
-
- Joomla! Fledgling
- Posts: 4
- Joined: Wed Feb 17, 2010 3:23 am
Re: How to include forms in articles
Go to the link David provided. Pick one you like.
I happen to use CK Forms and JForms. They were both pretty easy to figure out.
I happen to use CK Forms and JForms. They were both pretty easy to figure out.
-
- Joomla! Apprentice
- Posts: 5
- Joined: Mon Dec 07, 2009 6:23 am
Re: How to include forms in articles
Thanks for getting back to me. but firstly i couldn't get CkForms to work at all. Also, I couldn't see how tha data entered in the form goes into the article, and I couldn't see how the data would be retrieved when the article was selected. I want the data entered in the form to BE the content of the article, not just be available through the article.
I will have a go a JForms, but either I'm missing a vital link here or forms isn't the way to go for what I want.
Thanks, Penny
I will have a go a JForms, but either I'm missing a vital link here or forms isn't the way to go for what I want.
Thanks, Penny
-
- Joomla! Fledgling
- Posts: 4
- Joined: Wed Feb 17, 2010 3:23 am
Re: How to include forms in articles
Create a new article. In the body of the article type something like this:
{ckform formname}
Where formname is the name of the form you created in CK Forms.
Here's a link to the English version of the CK Forms manual.
http://downloads.joomlacode.org/frsrele ... -1.3.3.pdf
{ckform formname}
Where formname is the name of the form you created in CK Forms.
Here's a link to the English version of the CK Forms manual.
http://downloads.joomlacode.org/frsrele ... -1.3.3.pdf
-
- Joomla! Fledgling
- Posts: 4
- Joined: Wed Feb 17, 2010 3:23 am
Re: How to include forms in articles
Penny,
I just reread your first post. If I understand it correctly:
1: You want users to enter data into a form
2: Submit the form
3: Submitted data will be content for an article
Is that correct?
If so, not saying it can't be done, but I've not seen a forms extension that will accomplish that. Why not just let them use the front end editor?
Just thought of something. Maybe they could enter the data in the form, then when they hit submit the form data would be emailed to an email address on the Joomla server. The mail daemon would then take the email, do some backend mojo with Joomla, and publish it as an article. Might work for a new article, not sure about editing an article though.
I just reread your first post. If I understand it correctly:
1: You want users to enter data into a form
2: Submit the form
3: Submitted data will be content for an article
Is that correct?
If so, not saying it can't be done, but I've not seen a forms extension that will accomplish that. Why not just let them use the front end editor?
Just thought of something. Maybe they could enter the data in the form, then when they hit submit the form data would be emailed to an email address on the Joomla server. The mail daemon would then take the email, do some backend mojo with Joomla, and publish it as an article. Might work for a new article, not sure about editing an article though.
-
- Joomla! Apprentice
- Posts: 5
- Joined: Mon Dec 07, 2009 6:23 am
Re: How to include forms in articles
Thanks for that...I have a feeling that this can't be done either in Joomla. basically it's an app, that takes the data, stores it away in a table and leaves a pointer to the record in the article. and then when the article is called, retrieves the record and plugs it into the article. I'm old school IT and back in the 80's this would have been a piece of cake but I'm not ofay enough with Joomla to do it and maybe create an extension that other people could use!
I can't just use the front-end editor because I want every article to have the same fields with headings.
I have actually found a not very elegant way of doing it with Content Templater, by blocking them from overwriting the headings in the table using JavaScript onmouseover.
thanks again, Penny
I can't just use the front-end editor because I want every article to have the same fields with headings.
I have actually found a not very elegant way of doing it with Content Templater, by blocking them from overwriting the headings in the table using JavaScript onmouseover.
thanks again, Penny