Advanced HTML Editor 3 Support Product Page

Solved

Changes 'hidden' form fields on save

Reported 20 Apr 2011 18:57:27
1
has this problem
20 Apr 2011 18:57:27 Martin Docherty posted:
This relates to ver. 3.0.1

When I added a 'paypal' button to a page the hidden fields were changes 'on save' and the information was displayed. I tried it several times, eventually reverted to HTML editor 2

Win 7 (SP1) + DW CS5 + Chrome (same in others)
Edited by - Martin Docherty on 20 Apr 2011  18:58:48


I've tried the same thing with the latest ver. 3.0.2 & it's gives the same results - if you paste this into the editor in 'source' ...


<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="Q7DFYQS73VJ2J">
<table>
<tr><td><input type="hidden" name="on0" value="Total Cost (incl Postage)">Total Cost (incl Postage)</td></tr><tr><td><select name="os0">
	<option value="UK">UK £9.95</option>
	<option value="Europe">Europe £10.50</option>
	<option value="Rest of the World">Rest of the World £10.95</option>
</select> </td></tr>
</table>
<input type="hidden" name="currency_code" value="GBP">
<input type="image" src="https://www.paypalobjects.com/WEBSCR-630-20110401-1/en_GB/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online.">
<img alt="" border="0" src="https://www.paypalobjects.com/WEBSCR-630-20110401-1/en_GB/i/scr/pixel.gif" width="1" height="1">
</form>



save

then have another look you get this



<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post"><input name="cmd" value="_s-xclick" /><input name="hosted_button_id" value="Q7DFYQS73VJ2J" />
 <table>
  <tbody>
   <tr>
    <td><input name="on0" value="Total Cost (incl Postage)" />Total Cost (incl Postage)
    </td>
   </tr>
   <tr>
    <td><select name="os0">
	<option value="UK">UK £9.95</option>
	<option value="Europe">Europe £10.50</option>
	<option value="Rest of the World">Rest of the World £10.95</option>
</select> 
    </td>
   </tr>
  </tbody>
 </table><input name="currency_code" value="GBP" /><input src="https://www.paypalobjects.com/WEBSCR-630-20110401-1/en_GB/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online." /><img alt="" border="0" src="https://www.paypalobjects.com/WEBSCR-630-20110401-1/en_GB/i/scr/pixel.gif" width="1" height="1" />


the hidden fields have been changed.

Edited by - Martin Docherty on 30 Apr 2011  12:57:45

Official Solution

Replied 21 Jul 2011 13:23:29
This issue has being fixed now in the latest Adv HTML Editor 3.1

Please download and install the latest version.

Greetings,
George

Replies

Replied 03 Jul 2011 20:58:15
03 Jul 2011 20:58:15 Adam Frederick replied:
I discovered this exact same problem. Are there any work arounds or will an update this solve this problem?
Thanks!
Adam
Replied 14 Jul 2011 12:41:25
14 Jul 2011 12:41:25 George Petrov replied:
Yes in the current version there is a problem indeed with form fields. The type attribute gets stripped.

This will be fixed in the next update that we hope to release within a week or two.

Greetings,
George
Replied 21 Jul 2011 13:23:29
21 Jul 2011 13:23:29 George Petrov replied:
This issue has being fixed now in the latest Adv HTML Editor 3.1

Please download and install the latest version.

Greetings,
George

Reply to this topic