Quote:
Originally Posted by bananalive
If you want to remove the question as well look at the bbcode code and text you wish removed and add it exactly into hook where X is:
Form Hook: Before Submit:
$formoutput = str_replace("X", "", $formoutput);
|
Still not removing anything.

What i am using is a for sale listing form, and one question is does your item come with a scope. yes/no = radio checkbox.
Then if the answer is no the next question they are told to ignore, but if yes the next question they fill in the type of scope.
So if they choose "no" and don't fill in the type of scope, this is then submitted with a space/gap in the for sale thread, if i click on edit thread i have to remove [b][size=3][/size][/b] from the post to remove the space/gap between the item for sale listing. Maybe i have to tell the form somehow to ignore the next question if the answer is "no"
See pic for example of gap between rows.