You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cer...@googlegroups.com
I try to open inline my form with cerabox.
Inputs in my form have id,
<input id="email" name="email" ...
but in form open with cerabox I don't see them.
I see only
<input name="email" ...
Why?
Message has been deleted
Андрей Веселов
unread,
Aug 10, 2014, 5:14:01 AM8/10/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cer...@googlegroups.com
MooTools v1.4.5
Chad Meyers
unread,
Aug 11, 2014, 8:39:13 AM8/11/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cer...@googlegroups.com
When using CeraBox inline, it clones the content and removes all ID tags as you can not have 2 elements with the same ID on the page. You can either re-write your code to use classes, or put your form in an iFrame.
Андрей Веселов
unread,
Aug 11, 2014, 1:12:51 PM8/11/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cer...@googlegroups.com
Thanks for the answer, but I think it is not a good solution.
Fancybox for example cut content and id tags saved.