Textbox ids don't exist to map the embed code
-
Hi,
I’m trying to integrate Email Subscribers + Icegram plugins in an action bar but I’ve found the following problem. I need textbox ids (name and email textbox) and only I found them in the code. Your plugin convert this code:
<input class="es_textbox_class" name="es_txt_name_pg" <strong>id="es_txt_name_pg"</strong> value="" maxlength="225" type="text">
in
<input name="es_txt_name_pg" value="" maxlength="225" type="text" size="25">
(it’s the same problem in email textbox)
How can I change the embed form code to include the ID attribute? I need this attribute because this form is not sent.Thanks in advance!
- The topic ‘Textbox ids don't exist to map the embed code’ is closed to new replies.