Tagged: custom forms
-
AuthorPosts
-
March 11, 2016 at 1:17 pm #596852
HI guys,
Is it possible for me to add a form to the site made by someone else?
My client uses a CRM system especially for their business. We need the forms to be created by their system’s developers so that the data gets added to their database automatically. So I need to make sure that their forms can be compatible with your theme. The link in the private area is an example of a form but not the real thing.
Please can you let me know how I would be able to add a form like this within the avia framework?
Thanks!
March 15, 2016 at 8:54 am #598253Hi Krissie!
Thank you for using Enfold.
Use the code block element or ask the developers to create a custom plugin. You can also contact our partner, codeable: http://kriesi.at/contact/customization
Regards,
IsmaelMarch 16, 2016 at 6:01 pm #599057Hi Ismael,
I used the code block option but nothing shows up when I put the code in. Am I doing something wrong?
I used the code in the private content.
Can you let me know how to make this form appear on the page?
Thanks
March 16, 2016 at 9:23 pm #599228Hey!
Please use the following code only
<iframe src=”http://llepcontactform.evolutive.co.uk/” width='”500″>
Cheers!
BasilisMarch 17, 2016 at 11:39 am #599528Hi Basilis,
It doesn’t show the form but it shows me a mobile preview of the site. It’s weird! The footer disappears as well.
See below.March 17, 2016 at 11:44 am #599530The form is a test to see if they are compatible with the template.
See below how it should look!March 17, 2016 at 12:41 pm #599561Hey!
The first dropbox link you posted is returning a 404 error.
Best regards,
JosueMarch 17, 2016 at 12:50 pm #599563Sorry!
Seem to have got the actual form showing now but it’s within a scrolling box.. how can I make it show without these and just become part of the page?Thanks
March 17, 2016 at 1:05 pm #599569Hi!
I think somewhere in the css overflow:auto; is applied which is making the content scroll. you need to remove it… we need access to the link where we can inspect the element in question so we can look at it and tell you exactly what’s causing this issue.
Best regards,
Vinay KashyapMarch 17, 2016 at 1:09 pm #599571What do you mean? Do you need access to the backend of the site? Or access to the form?
Cheers,
Krissie
March 17, 2016 at 5:45 pm #599808Hi!
We need to be able to access the wordpress dashboard and admin areas like wordpress page to see how the form is setup and if it is a theme issue we can correct it if it is a third party plugin issue we can point you in the right direction.
Best regards,
Vinay KashyapMarch 17, 2016 at 6:32 pm #599869Hi Vinay,
I think it’s a mixture of both. The form itself would be responsive but the iframe needs to be responsive too? Does the theme do this automatically or would I have to apply responsive parameters to the iframe within the css?
I’m not sure how it works.
Thanks
March 18, 2016 at 10:45 am #600189Hey!
Try using this code:
<iframe src="http://llepcontactform.evolutive.co.uk/" style="width: 100%; height: 500px">
Best regards,
JosueMarch 18, 2016 at 11:42 am #600218Wow it worked! Only thing is now is that the footer goes all weird.. can you have a look?
Thanks!
March 18, 2016 at 11:47 am #600220Make sure to close the
iframe
, put this at the end:</iframe>
March 18, 2016 at 11:53 am #600224Wow, thank you! It works!
Great, you guys are the best!Phew!
March 18, 2016 at 12:04 pm #600234You are welcome, glad to help :)
Regards,
Josue -
AuthorPosts
- You must be logged in to reply to this topic.