Hi
Yes I have that in the form hook - well 'prefix' at the end as that is the way the reference is set up in the custom question. All forums that will be in the array use the same set of thread prefixes. Its more the forum it gets submitted to is the issue - or is that refreshed by the threadids being forced to refresh? (even though in this case they look the same to the user) If the user has to click preview to refresh this, is there a way to force them to preview?
The form in question can be triggered from
http://www.shackchat.co.nz/listings/...?53-PW_Dunedin - user TEST997 spider if this helped at all. (even though I might select PW_Lower Hutt City it gets posted to PW_Dunedin - which is the default forum in the form body itself)
Thank you.
Quote:
Originally Posted by bananalive
What have you got in your form hooks? You'll need something like this in Form Hook: Before Submit:
PHP Code:
$forumid = $form['forumid'] = $qo['forumid'];
$form['prefixid'] = $qo['prefixid'];
The prefixes will need the user to reload the page, via clicking preview or submit to load the appropriate prefixes for that forum.
With custom questions $qo and $q are the same so you can't get the prefix title
|