Using Wrapper to use another site's form - JS broken? - Joomla! Forum - community, help and support
joomla 1.5.26
rochenhosting
we're wrapping donation form developed department of ours @ work. isn't possible @ point use joomla extension purpose.
what we've done instead wrap donation form in menu wrapper, when "donate" clicked, doesn't redirect confirmation page. if error made, reload form fields still populated, , error message @ top. doesn't work when it's supposed go through correctly.
the donate submit button uses javascript query, follows:
is wrapper unable reload page confirmation screen? have solution?
rochenhosting
we're wrapping donation form developed department of ours @ work. isn't possible @ point use joomla extension purpose.
what we've done instead wrap donation form in menu wrapper, when "donate" clicked, doesn't redirect confirmation page. if error made, reload form fields still populated, , error message @ top. doesn't work when it's supposed go through correctly.
the donate submit button uses javascript query, follows:
code: select all
<input type="submit" class="bbformsubmitbutton donationsubmitbutton" id="pc1184_btnnext" onclick="(function(btn){var bdisableme=true;__dopostback('pc1184$btnnext','');btn.disabled=bdisableme;})(this);return false;" value="donate now" name="pc1184$btnnext">is wrapper unable reload page confirmation screen? have solution?
Comments
Post a Comment