PDA

View Full Version : Looking for someone to make a form compatible with 3.7.4


Kaas
12-05-2008, 08:41 PM
I have a form that was origionally downloaded from here that needs some tweeking to be used with 3.7.4...
Anyone out there who may be able to help?

Kaas
12-06-2008, 10:36 PM
Would this:

<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />

Inserted

<input type="hidden" value="$formname" name="do" />
<input type="hidden" value="submit" name="action" />
"HERE"
<input type="hidden" name="posthash" value="$posthash" />
<input type="hidden" name="poststarttime" value="$poststarttime" />

Work for the Security token issue?

Lynne
12-06-2008, 11:28 PM
It doesn't hurt to add that line, so you can always try it and see.