> plain text. I'm wondering if this is related to the issue with the > plugin sending info twice (one of the other threads going around right > now).
The plugin does not send data twice. The other thread was about returned scripts being evaluated twice. Your code is encrypting the data that the plugin extracted from your form, but it's not doing anything else. The first argument to beforeSubmit is an array of data that is going to be passed to the server. You need to update the data in that array. Mike _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
