ccplim
07-14-2008, 01:06 PM
I am currently using the Form Hack (https://vborg.vbsupport.ru/showthread.php?t=126676) by Abe1 with AJAX dropdown mod (https://vborg.vbsupport.ru/showthread.php?t=182144) by Deepdog009.
The dropdown works fine if I did a direct submit but if I perform a preview, the dropdown will stop working and I will not be able to change the value. I am suspecting that there might be some problem with the codings at the preview portion but I just couldn't figure out where are the actual codes (or hooks?) for the $preview/preview in the codes below.
<if condition="$preview">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat">
Preview
</td>
</tr>
<tr>
<td class="alt2">
$preview
</td>
</tr>
</table>
</if>
Any bros here able to help on this?
Thanks in advance.
The dropdown works fine if I did a direct submit but if I perform a preview, the dropdown will stop working and I will not be able to change the value. I am suspecting that there might be some problem with the codings at the preview portion but I just couldn't figure out where are the actual codes (or hooks?) for the $preview/preview in the codes below.
<if condition="$preview">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat">
Preview
</td>
</tr>
<tr>
<td class="alt2">
$preview
</td>
</tr>
</table>
</if>
Any bros here able to help on this?
Thanks in advance.