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
    • CommentTime1 day ago
     
    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
    • CommentTime15 hours ago
     
    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.