Not signed in (Sign In)

Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthordbuschho
    • CommentTimeDec 16th 2008
     
    There have been requests for a plug in to integrate FormAssembly forms with WordPress blogs. We have now designed a (beta version) plugin that will integrate the two. If you would like to help us out by testing it, please open a support request with the subject 'wordpress plugin'.

    The usage format once installed is installed:
    [[formassembly formid='NNNN']]

    We'd also like to hear any ideas or suggestions on how to improve this plugin, or our integration with other CMS systems out there.
    • CommentAuthorlifestyle
    • CommentTimeNov 5th 2009
     
    I have a form designed that is intended to created a press release. Once submitted, I would like it to create a 'node' or article on a Drupal CMS. Have you got anything that I could adapt or that would help me to do this?
    • CommentAuthordbuschho
    • CommentTimeNov 5th 2009
     
    Hello,

    I don't know of anyone off hand using FA with drupal, but there isn't any real reason why it wouldn't work.

    Why don't you open an seperate discussion with drupal in the title and we can see anyone else chimes in as well.

    FA Support.
  1.  
    The wordpress plugin is great but some of the features are not working.

    Examples in IE7 are conditional fields not working and alignments are off on check boxes and radial buttons.

    Example in Firefox is alignments are off on check boxes and radial buttons.

    Please let me know when these can be fixed. Thank you!
    • CommentAuthordbuschho
    • CommentTimeNov 19th 2009
     
    Hello,

    Can you give us an example where the plugin is non-functional?
  2.  
    Hi, I created another page for the example. http://www.alumawood.net/find-dealer-form-example/

    Scroll to the question "Which product(s) are you interested in? " and "Contact Me By". The check boxes and radio buttons are not aligned in Firefox.

    In IE7, the conditional fields are not working. All the fields are displayed. Example would be the "Country" field which has the corresponding "State" or "Province" fields appear when a certain country is selected. Also, the alignment for the check boxes and radio buttons are off.

    On another form in IE7, http://www.alumawood.net/warranty-registration-form-example/, the date pop up is not working. Example would be the "Date of Purchase" field. This is a multi-page form so the "Next Page" button is not there. It displays the whole form.

    Thank you very much for your help and quick response.
    • CommentAuthordbuschho
    • CommentTimeNov 20th 2009
     
    Ah, I think I see the issue.

    First, a recent update to the form export routine seems to have started giving out a bad url for the form.css file:
    If you don't mind, add the following to your custom code block:

    <link href="http://www.tfaforms.com/css/form.css" type="text/css"></link>

    The second issue is that, unfortunately, MooTools, which your page uses, tends to not play nicely with libraries such as ours. If you can move the loading of mootools to come after the wForms.js library load, or edit out mootools completely from that page, then the page should behave properly cross browser.

    (MooTools incompatibility report / lack of interest in a compatibility mode
    http://n2.nabble.com/Mootools-compatibility-mode-tp1330747p1331495.html)

    Please let us know if we can be of further assistance, or if you have any further questions,
    FA Support.
    • CommentAuthordigiburd
    • CommentTimeDec 7th 2009
     
    Where is this plugin for download?
    • CommentAuthordbuschho
    • CommentTimeDec 7th 2009
     
    Hello,

    You can find the plugin here:
    http://app.formassembly.com/pages/support/cms_publishing

    Please let us know if you have further questions,
    FA Support.
  3.  
    Hi, thank you for your response.

    I followed the your above instructions by creating a subdomain for the contact forms without the plugins that uses mootools. I'm testing out a couple of pages, http://info.alumawood.net/?page_id=3 and http://info.alumawood.net/?page_id=6. The date and conditional fields are working but the radio button format is off.

    This is what I have in my custom code block:

    <style type="text/css">
    .default .wFormContainer { width:500px !important; }
    </style>

    <link href="http://www.tfaforms.com/css/form.css" type="text/css"></link>

    Any help is greatly appreciated. Thank you very much!
    • CommentAuthordbuschho
    • CommentTimeDec 16th 2009 edited
     
    Hello, I think the issue is that a "width: 45%" css declaration from the external stylesheet is being applied to your input boxes.

    Try adding this to the style declaration

    .wForm input{
    width: auto !important;
    }

    If that doesnt work, let us know and I'll get Hillary, our CSS guru on it.
  4.  
    Sweet. Changed the input and comment width to auto in the layout.css while adding the above declaration. Layout looks great! Thank you very much!

    Have a great holiday!
  5.  
    Hi again,

    Looks like the conditional fields are not working in IE7, which I thought it worked before. Everything looks good in firefox. Can you tell me if this conditional field issue is relating to mootools?
    • CommentAuthordbuschho
    • CommentTimeJan 4th 2010
     
    Hello,

    Yes, it appears the issue is Mootools, please see the previous comments for more info.

    Happy to help further,
    FA Support.
    • CommentAuthorAwana
    • CommentTimeJun 8th 2010 edited
     
    I have a small formatting issue with http://awanacanada.ca/register/ The site is WordPress using Thesis 1.6. Using the FormAssembly plugin 1.0

    The form looks great except for the certifying check box text line at the end of the form. It runs outside the form borders on Chrome and Safari. (IE, Firefox, Opera all display fine.) I tried adding

    .wForm input{
    width: auto !important;
    }

    to custom.css to no avail. We do not want to cut and paste HTML.

    Suggestions?