Form inside an Inline element

33 views
Skip to first unread message

Leigh Taylor

unread,
Feb 26, 2014, 11:21:09 AM2/26/14
to easybox...@googlegroups.com
Im having problems adding a form (basic contact form)  inside an Inline element, the form displays in the box fine however its not possible to type in the form.

Can someone please let me know what im doing wrong

<a class="lightbox button" title="Contact Us" href="contact.html#crmWebForm">Contact us</a>
<div id='crmWebForm' style="display:none;width:420px;height:210px">
<form>
First name: <input type="text" name="firstname"><br>
Last name: <input type="text" name="lastname">
</form>
</div>

Vincent Wochnik

unread,
Feb 26, 2014, 11:34:58 AM2/26/14
to easybox...@googlegroups.com
Yes, I can tell you what you did wrong. The href attribute must start with a #.

Leigh Taylor

unread,
Feb 26, 2014, 11:41:34 AM2/26/14
to easybox...@googlegroups.com
Sorry Vincent, I think that's wrong, the like has a fallback page incase the browser doesnt support java.  this is documented here:

Just seems that the form is disabled, an example of this is here when you click "contact us": 

Vincent Wochnik

unread,
Feb 26, 2014, 11:43:13 AM2/26/14
to easybox...@googlegroups.com
You might be right. I once had such an issue where the form had some issues. You might want to use an iframe.

Leigh Taylor

unread,
Feb 26, 2014, 11:44:10 AM2/26/14
to easybox...@googlegroups.com
iframe works fine however im not a big fan. would be nice to get it working.


Kind Regards,

Leigh Taylor
07940 362646


On 26 February 2014 16:43, Vincent Wochnik <v.wo...@gmail.com> wrote:
You might be right. I once had such an issue where the form had some issues. You might want to use an iframe.

--
You received this message because you are subscribed to a topic in the Google Groups "easybox-discuss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/easybox-discuss/PhGUwqpTuIg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to easybox-discu...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Vincent Wochnik

unread,
Feb 26, 2014, 11:45:04 AM2/26/14
to easybox...@googlegroups.com
What exactly doesn't work then?

Leigh Taylor

unread,
Feb 26, 2014, 11:46:42 AM2/26/14
to easybox...@googlegroups.com
the form displays fine however you are unable to type in the input box


Kind Regards,

Leigh Taylor
07940 362646


On 26 February 2014 16:45, Vincent Wochnik <v.wo...@gmail.com> wrote:
What exactly doesn't work then?

--

Vincent Wochnik

unread,
Feb 26, 2014, 11:49:12 AM2/26/14
to easybox...@googlegroups.com
Disable the drag-and-drop functionality. 'dragDrop": false

Leigh Taylor

unread,
Feb 26, 2014, 11:56:38 AM2/26/14
to easybox...@googlegroups.com
I have just done this and I still have the same problem


On 26 February 2014 16:49, Vincent Wochnik <v.wo...@gmail.com> wrote:
Disable the drag-and-drop functionality. 'dragDrop": false

--
Message has been deleted

Leigh Taylor

unread,
Feb 26, 2014, 12:05:18 PM2/26/14
to easybox...@googlegroups.com
Perfect thats done the job thanks!




On 26 February 2014 17:02, Vincent Wochnik <v.wo...@gmail.com> wrote:
Ok, that's fine. Look at these:

closeKeys
previousKeys
nextKeys
preventOtherKeys

Set preventOtherKeys to false and set all other settings to an empty array ([]) to disable shortcuts. You might set closeKeys to still respond to the ESC key.

--
You received this message because you are subscribed to the Google Groups "easybox-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to easybox-discu...@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

Vincent

unread,
Feb 26, 2014, 12:05:28 PM2/26/14
to easybox...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages