This repository has been archived by the owner on Mar 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
74 lines (46 loc) · 2.57 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
=== WP-FormAssembly ===
Contributors: FormAssembly.com / Drew Buschhorn
Tags: forms
Requires at least: 4.0.0
Tested up to: 4.1.0
Stable tag: 2.0
Quickly embed FormAssembly web forms with the FormAssembly WordPress Plugin! Create contact forms, applications, payment forms, & surveys.
== Description ==
Quickly embed FormAssembly web forms into your website with the FormAssembly WordPress Plugin! Create contact forms, applications, payment forms and surveys.
Build powerful forms that integrate with Salesforce, PayPal, Google Apps and more.
Signup for a free trial on FormAssembly.com to start building your form, then use the plugin and shortcode to embed onto your WordPress site.
Shortcodes
Replace 123456 with your form ID. Learn more: http://help.formassembly.com/knowledgebase/articles/340363-wordpress
Example shortcode for Basic, Professional, & Premier Plans:
[formassembly formid=123456]
Shortcode for Enterprise:
[formassembly formid=123456 server="http://your.server.tld"]
To use this plugin, you will need a FormAssembly account.
= Example Shortcodes =
FormAssembly Professional, Premier, & Basic Plans - (tfaforms.com):
[formassembly formid=123456]
FormAssembly Enterprise Cloud Edition - (Most commonly: organization.tfaforms.net):
[formassembly formid=123456 server="http://your.server.tld"]
Publish with an iframe - (Inline Frame):
If you'd rather display the form in an inline frame, or if your server doesn't support the default publishing method, add the iframe attribute to your tag.
For instance, a benefit to using an iframe would be to avoid conflicting CSS rules between the parent site and the embedded form.
[formassembly formid=123456 iframe=1]
OR
[formassembly formid=123456 server="http://your.server.tld" iframe=1]
Publish a Workflow:
[formassembly workflowid=1234]
Add Style:
It is possible to add CSS to your shortcode to control the size of the form/iframe in the page. For example, you can define the width:
[formassembly formid=123456 iframe=1 style="width: 300px !important;"]
http://help.formassembly.com/knowledgebase/articles/340363-wordpress
== Installation ==
1. Upload wp_formassembly.zip to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Place [formassembly formid=NNNN] shortcode in your post.
== Changelog ==
= 2.0 =
* Updated release for WordPress shortcodes.
* Uses single bracket, but try to keep backwards compatibility with double backet notation for now.
= 1.0 =
* Initial release.
* Uses double bracket notation.