Tagged: 

Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #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!

    #598253

    Hi 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,
    Ismael

    #599057

    Hi 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

    #599228

    Hey!

    Please use the following code only

    <iframe src=”http://llepcontactform.evolutive.co.uk/” width='”500″>

    Cheers!
    Basilis

    #599528

    Hi 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.

    #599530

    The form is a test to see if they are compatible with the template.
    See below how it should look!

    #599561

    Hey!

    The first dropbox link you posted is returning a 404 error.

    Best regards,
    Josue

    #599563

    Sorry!
    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

    #599569

    Hi!

    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 Kashyap

    #599571

    What do you mean? Do you need access to the backend of the site? Or access to the form?

    Cheers,

    Krissie

    #599808

    Hi!

    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 Kashyap

    #599869

    Hi 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

    #600189

    Hey!

    Try using this code:

    <iframe src="http://llepcontactform.evolutive.co.uk/" style="width: 100%; height: 500px">
    

    Best regards,
    Josue

    #600218

    Wow it worked! Only thing is now is that the footer goes all weird.. can you have a look?

    Thanks!

    #600220

    Make sure to close the iframe, put this at the end:

    </iframe>
    
    #600224

    Wow, thank you! It works!
    Great, you guys are the best!

    Phew!

    #600234

    You are welcome, glad to help :)

    Regards,
    Josue

Viewing 17 posts - 1 through 17 (of 17 total)
  • You must be logged in to reply to this topic.