Form elements in Articles?

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
rickliveops
Posts: 61
Joined: Tue Mar 27, 2007 8:57 pm
Location: Palo Alto, California
Contact:

Form elements in Articles?

Post by rickliveops »

I tried placing a form in an article, using the HTML editor. But these changes are discarded when I click "Update". Does phpmyfaq not allow forms in articles?

Here's what I tried to add:
<form method="get" action="webcall.mpl" target="_new">
<input type='hidden' name='calltype_id' value='0'>
<input type='hidden' name='campaign_id' value='33939'>

<input type='hidden' name='offer_id' value='11393'>
<input type='hidden' name='media' value='0_0_0'>
<input type="submit" value="Create Back2Life Order">
</form>

We want to have an article that contains a button. Clicking the button creates a "screen pop" with some preset values.

If it's not possible to do in a form/button, perhaps we can use a link?

Rick
Thorsten
Posts: 15560
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Form elements in Articles?

Post by Thorsten »

Hi Rick,

it does not work with 2.0 because of a bug in the editor... but it works with 2.5.0-beta, which will be released the next days.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply