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.
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?
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.
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:
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.
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.
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?
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.