PDA

View Full Version : add custom form tag to site


tomf
11-29-2005, 07:30 PM
I want to add a html form tag (<form action=".....">...) into my postbit template. It displays fine, but when I click on (the submit button of the form) it I always get the following error msg: "Invalid Action Specified" on the site "inlinemod.php".

Do I have to register my form actions? If so where?

Marco van Herwaarden
11-29-2005, 07:43 PM
You shouldn't use forms in the postbit. It will break the whole inline moderation system of vB.

tomf
11-29-2005, 09:10 PM
mhm. good to know :)

found an other solution..tried it for 5 hours and now it's only 3 lines of code which does the trick :( but now I know how to use ajax :D

but thx