Yep, I know the code is different for the entry form and for the edit form. I’m having TWO problems occur with inputting encoded emails. One problem for the entry form and one problem for the edit form. I am using Solspace’s form helper for my edit form. However, I’m NOT using that plugin for my entry form… See the code I pasted above… it is pretty much the basic stand alone entry form code with minor modifications (eg., where the preview points to, a hidden URL_title field… as well as a couple of other minor things).
1. Problem with entry form:
When using “email” button, nothing gets pasted in the field that the cursor is in. “Link” and all other buttons paste in code just fine. As mentioned, the windows popup and ask for the email address and such, but then nothing is put in the field once you’ve entered the information.
2. Problem with edit form:
Takes an encoded email entry (in this case one entered using the control panel) and converts it to code as in entry above. This form also shares the above problem with entry form… that is, “email” button doesn’t work on the edit form either.
I hope this makes more sense. I don’t want the first problem to be labeled an “edit” form problem, because it is happening in the entry form. I know the second problem is possibly related to the form helper plugin, but I don’t see how the first problem can be.