Wiki source code of Embedding Forms in Web Pages
Version 12.1 by melanie@one-count_com on 2016/11/17 17:38
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
5.1 | 1 | {{layout}} |
2 | {{layout-section ac:type="two_right_sidebar"}} | ||
3 | {{layout-cell}} | ||
![]() |
3.1 | 4 | |
5 | |||
6 | {{id name="Start ScreenSteps Content"/}} | ||
![]() |
4.1 | 7 | (% style="color: rgb(128,128,128);" %)//By default, when a ONEcount form is called it will display on its own landing page or as a pop-up. If, however, you want to embed a short form on a web page containing other content, e.g. display a newsletter sign-up form on your home page and/or article pages, you can include some javascript with an option object to do so.// |
![]() |
3.1 | 8 | |
![]() |
4.1 | 9 | (% style="color: rgb(128,128,128);" %)//This lesson provides direction on the steps to embed a form on a web page.// |
![]() |
3.1 | 10 | |
11 | === 1. Include a div with id wherever you want the form to be embedded. === | ||
12 | |||
13 | The id name can be whatever you choose, e.g. “oc-form” as in the example below. | ||
14 | |||
15 | In ONEcount, the height and width is set to 100% , so the height and width defined in the div will be the actual size of the form. | ||
16 | In the example below, the height and width will be 1500px. | ||
17 | |||
![]() |
4.1 | 18 | (% style="color: rgb(0,128,128);" %)** <div**(% style="color: rgb(127,0,127);" %)** id**(% style="color: rgb(44,44,44);" %)**=**(% style="color: rgb(0,0,255);" %)**//"oc-form"//**(% style="color: rgb(127,0,127);" %)** style**(% style="color: rgb(44,44,44);" %)**="**(% style="color: rgb(127,0,127);" %)**width//: //**(% style="color: rgb(127, 0, 127); color: rgb(0, 0, 255)" %)**//1500px//**(% style="color: rgb(44,44,44);" %)**;**(% style="color: rgb(128,0,128);" %)**height//~://**(% style="color: rgb(0,0,255);" %)**//1500px//**(% style="color: rgb(51,153,102);" %)**></div>**(% style="color: rgb(63,127,127);" %)** ** |
![]() |
3.1 | 19 | |
20 | === 2. Call the GCN object with options after the div. === | ||
21 | |||
22 | **Include the script** – example shown below – **after the div.** Options are defined below the example. | ||
23 | |||
24 | **Example:** | ||
![]() |
4.1 | 25 | (% style="color: rgb(0,128,128);" %)<script> |
26 | (% style="color: rgb(0, 128, 128); color: rgb(0, 0, 0)" %) (% style="color: rgb(0, 128, 128); color: rgb(0, 0, 0); color: rgb(128, 0, 128)" %)var(% style="color: rgb(0, 128, 128); color: rgb(0, 0, 0)" %) option ={'(% style="color: rgb(0, 128, 128); color: rgb(0, 0, 0); color: rgb(128, 0, 128); color: rgb(0, 0, 255)" %)containerid(% style="color: rgb(0, 128, 128); color: rgb(0, 0, 0)" %)' : 'oc-form','(% style="color: rgb(0, 128, 128); color: rgb(0, 0, 0); color: rgb(128, 0, 128); color: rgb(0, 0, 255); color: rgb(0, 0, 255)" %)domain(% style="color: rgb(0, 128, 128); color: rgb(0, 0, 0)" %)' : '[[(% style="color: rgb(0, 128, 128); color: rgb(0, 0, 0); color: rgb(128, 0, 128); color: rgb(0, 0, 255); color: rgb(0, 0, 255); color: rgb(0, 0, 0)" %)sonish.onecount.net>>url:http://sonish.onecount.net||shape="rect"]](%%)','type' : 'form', '(% style="color: rgb(0, 128, 128); color: rgb(0, 0, 0); color: rgb(128, 0, 128); color: rgb(0, 0, 255); color: rgb(0, 0, 255); color: rgb(0, 0, 0); color: rgb(0, 0, 255)" %)formid(% style="color: rgb(0, 128, 128); color: rgb(0, 0, 0)" %)' : 777}(% style="color: rgb(0,128,128);" %) | ||
27 | (% style="color: rgb(0, 128, 128); color: rgb(0, 0, 0)" %) GCN. onecount.form.embed(option);(% style="color: rgb(0,128,128);" %) | ||
28 | </script>(%%) | ||
![]() |
3.1 | 29 | |
30 | \\(% style="text-decoration: underline;" %)Options(%%): | ||
31 | |||
32 | **containerId :** This is a required option that must be included. It is the id of the div, created in Step 2 above, where the form will be embedded. | ||
33 | |||
34 | **domain :** This is a required option that must be included. This is your site domain where ONEcount is associated, so will precede your domain. (example: ab-admin.cde1234.com) | ||
35 | |||
36 | **type :** This is a required option that must be included. This option will determine what type of form to embed: | ||
37 | |||
38 | * a standard form, | ||
39 | * a lookup/login form, or | ||
40 | * a lookup form. | ||
41 | |||
42 | **NOTE that** GCN.onecount.form.embed(option); **must be placed on a new line OR alternatively, you can keep it on the same line and precede with a semicolon:** | ||
43 | |||
![]() |
4.1 | 44 | (% style="color: rgb(0,128,128);" %)**<**(% style="color: rgb(63,127,127);" %) script(% style="color: rgb(0,128,128);" %)> |
![]() |
3.1 | 45 | |
![]() |
4.1 | 46 | (% style="color: rgb(0,128,128);" %) (% style="color: rgb(128,0,128);" %)var(%%) option ={'(% style="color: rgb(0,0,255);" %)containerid'(%%) : 'oc-form','(% style="color: rgb(0,0,255);" %)domain'(%%) : '[[sonish.onecount.net>>url:http://sonish.onecount.net||shape="rect"]]','(% style="color: rgb(0,0,255);" %)type(%%)' : 'form', 'formid' : 777} ; GCN. onecount.form.embed(option); |
47 | (% style="color: rgb(51,153,102);" %)</script>(%%) | ||
48 | (% style="color: rgb(127,0,85);" %) | ||
![]() |
3.1 | 49 | |
![]() |
4.1 | 50 | (% style="text-decoration: underline; color: rgb(0, 64, 128); text-decoration: underline" %)**Standard ONEcount Form** |
51 | |||
![]() |
3.1 | 52 | [[image:attach:media_1476291374169.png||align="center"]] |
53 | |||
54 | (% style="text-decoration: underline;" %)**To embed a standard ONEcount form**(%%)**:** | ||
55 | |||
56 | **type : form** – This choice will embed the ONEount form, and it requires the form ID to be passed. When both are passed, ONEcount will embed the form with that form id. | ||
57 | |||
![]() |
4.1 | 58 | **formid : [[OC form id>>doc:OC form id]]** – The id of the form to embed. (The form ID can be found under Manage Forms in the Inventory module.) |
![]() |
3.1 | 59 | |
![]() |
4.1 | 60 | (% style="color: rgb(0,0,0);" %)**Example of script to embed standard ONEcount form #777 created under sonish.onecount.net domain:** |
![]() |
3.1 | 61 | |
![]() |
4.1 | 62 | (% style="color: rgb(0,128,128);" %)**<**(% style="color: rgb(63,127,127);" %) script(% style="color: rgb(0,128,128);" %)> (% style="color: rgb(128,0,128);" %) |
63 | var(%%) option ={'(% style="color: rgb(0,0,255);" %)containerid'(%%) : 'oc-form','(% style="color: rgb(0,0,255);" %)domain'(%%) : '[[sonish.onecount.net>>url:http://sonish.onecount.net||shape="rect"]]','(% style="color: rgb(0,0,255);" %)type(%%)' : 'form', 'formid' : 777} ; GCN. onecount.form.embed(option); | ||
64 | (% style="color: rgb(51,153,102);" %)</script>(%%) | ||
65 | (% style="color: rgb(0,128,128);" %) | ||
![]() |
3.1 | 66 | |
![]() |
4.1 | 67 | (% style="text-decoration: underline; color: rgb(0, 64, 128); text-decoration: underline" %)**Lookup/Login Form** |
68 | |||
![]() |
3.1 | 69 | [[image:attach:media_1476291758554.png||align="center"]] |
70 | |||
71 | (% style="text-decoration: underline;" %)**To embed a ONEcount Lookup/login form:** | ||
72 | |||
73 | **type: loginlogout** – This choice will embed the lookup/login form for the client of the domain passed. | ||
74 | |||
75 | **formid not required.** | ||
76 | |||
![]() |
4.1 | 77 | (% style="color: rgb(0,0,0);" %)**Example of script to embed a ONEcount Lookup/Login form created under sonish.onecount.net domain:**(%%) |
78 | (% style="color: rgb(0,128,128);" %)**<**(% style="color: rgb(0, 128, 128); color: rgb(0, 128, 128)" %)** **(% style="color: rgb(0, 128, 128); color: rgb(63, 127, 127)" %) script(% style="color: rgb(0, 128, 128); color: rgb(0, 128, 128)" %)> (% style="color: rgb(0, 128, 128); color: rgb(128, 0, 128)" %) | ||
79 | var(% style="color: rgb(0,128,128);" %) (% style="color: rgb(0, 128, 128); color: rgb(0, 0, 0)" %)option =(% style="color: rgb(0, 128, 128); color: rgb(0, 0, 0); color: rgb(0, 0, 255)" %){(% style="color: rgb(0, 128, 128); color: rgb(0, 0, 255)" %)'containerid(% style="color: rgb(0,128,128);" %)' (% style="color: rgb(0, 128, 128); color: rgb(0, 0, 0)" %): 'oc-form','(% style="color: rgb(0, 128, 128); color: rgb(0, 0, 255)" %)domain'(% style="color: rgb(0,128,128);" %) (% style="color: rgb(0, 128, 128); color: rgb(0, 0, 0)" %): '[[(% style="color: rgb(0, 128, 128); color: rgb(0, 0, 0); color: rgb(0, 0, 0)" %)sonish.onecount.net>>url:http://sonish.onecount.net||shape="rect"]](%%)',(% style="color: rgb(0,128,128);" %)'(% style="color: rgb(0, 128, 128); color: rgb(0, 0, 255)" %)type(% style="color: rgb(0,128,128);" %)'(% style="color: rgb(0, 128, 128); color: rgb(0, 0, 0)" %) (%%): 'loginlogout'} | ||
80 | GCN.embed.form(option); | ||
81 | (% style="color: rgb(51,153,102);" %)</script> | ||
![]() |
3.1 | 82 | |
![]() |
4.1 | 83 | (% style="color: rgb(0, 128, 128); color: rgb(51, 153, 102)" %) |
84 | |||
![]() |
3.1 | 85 | Note: |
86 | You must create a lookup form in Manage Forms and set that form as the lookup form under Config Manager > Mappings > Lookup Form ID in the Config Manager. | ||
87 | |||
![]() |
4.1 | 88 | (% style="text-decoration: underline; color: rgb(0, 64, 128); text-decoration: underline" %)**Lookup Form** |
![]() |
3.1 | 89 | |
90 | [[image:attach:media_1476291817160.png||align="center"]] | ||
91 | |||
92 | This is a lookup form only – there is no login component. User Account Number (ocid) is a required field in this form, and the fields below are determined when creating the lookup form. | ||
93 | |||
94 | (% style="text-decoration: underline;" %)**To embed a ONEcount Lookup form:** | ||
95 | |||
96 | **type: lookup** – This choice will embed the subscriber lookup form for the client of the domain passed. | ||
97 | |||
98 | **formid – optional, not required.** | ||
99 | If the form id is provided in this script, that form will be displayed; if not provided in this script, the system will display the lookup form identified in the Config Manager. | ||
100 | |||
101 | (% style="color: rgb(0,0,0);" %)**Example of script to embed ONEcount lookup form #45 ceated under sonish.onecount.net domain:** | ||
102 | |||
![]() |
4.1 | 103 | (% style="color: rgb(0,0,0);" %)**With Form ID:** |
104 | (% style="color: rgb(0, 0, 0); color: rgb(51, 153, 102)" %)<script>(% style="color: rgb(0,0,0);" %) | ||
105 | (% style="color: rgb(0, 0, 0); color: rgb(128, 0, 128)" %) var(% style="color: rgb(0,0,0);" %) option ={(% style="color: rgb(0, 0, 0); color: rgb(0, 0, 255)" %)'containerId'(% style="color: rgb(0,0,0);" %) : 'oc-form',(% style="color: rgb(0, 0, 0); color: rgb(0, 0, 255)" %)'domain'(% style="color: rgb(0,0,0);" %) : '[[sonish.onecount.net>>url:http://sonish.onecount.net||shape="rect"]]',(% style="color: rgb(0, 0, 0); color: rgb(0, 0, 255)" %)'type'(% style="color: rgb(0,0,0);" %) : 'lookup',(% style="color: rgb(0, 0, 0); color: rgb(0, 0, 255)" %)'formid'(% style="color: rgb(0,0,0);" %) : 45} | ||
106 | GCN.embed.form(option); | ||
107 | (% style="color: rgb(0, 0, 0); color: rgb(51, 153, 102)" %) </script>(% style="color: rgb(0,0,0);" %) | ||
108 | |||
109 | OR | ||
110 | |||
111 | **Without Form ID:** | ||
112 | (% style="color: rgb(0, 0, 0); color: rgb(51, 153, 102)" %)<script>(% style="color: rgb(0,0,0);" %) | ||
113 | (% style="color: rgb(0, 0, 0); color: rgb(128, 0, 128)" %)var(% style="color: rgb(0,0,0);" %) option ={(% style="color: rgb(0, 0, 0); color: rgb(0, 0, 255)" %)'containerId'(% style="color: rgb(0,0,0);" %) : 'oc-form'(% style="color: rgb(0, 0, 0); color: rgb(0, 0, 255)" %),'domain'(% style="color: rgb(0,0,0);" %) : '[[sonish.onecount.net>>url:http://sonish.onecount.net||shape="rect"]]',(% style="color: rgb(0, 0, 0); color: rgb(0, 0, 255)" %)'type'(% style="color: rgb(0,0,0);" %) : 'lookup'} | ||
114 | GCN.embed.form(option); | ||
115 | (% style="color: rgb(0, 0, 0); color: rgb(51, 153, 102)" %) </script> | ||
![]() |
3.1 | 116 | |
117 | Note: | ||
118 | You must create a lookup form in Manage Forms and set that form as the lookup form under Config Manager > Mappings > Lookup Form ID in the Config Manager. | ||
119 | |||
![]() |
9.1 | 120 | === 3. Style the embedded form (optional) === |
![]() |
3.1 | 121 | |
122 | [[image:attach:media_1478726466081.png||align="center"]] | ||
123 | |||
![]() |
4.1 | 124 | Click on the "Source" button in the rte of the Custom Header section of the form you're embedding. |
![]() |
3.1 | 125 | |
126 | This will open a pop-up where you can enter html/css to style the form. Be sure to include <style> </style> tags as shown below. | ||
127 | |||
128 | [[image:attach:media_1478726631145.png||align="center"]] | ||
129 | |||
130 | You either create your own css or modify the standard ONEcount form css. Please check your uploaded files in your ONEcount Intranet account for the frontend_form.css document which you can drop between the style tags and modify as needed. If you cannot find this document on the Intranet, please contact ONEcount to obtain it. | ||
131 | |||
132 | |||
133 | |||
134 | {{id name="End ScreenSteps Content"/}} | ||
![]() |
5.1 | 135 | {{/layout-cell}} |
136 | |||
137 | {{layout-cell}} | ||
![]() |
12.1 | 138 | **Search all Documentation:** |
![]() |
8.1 | 139 | |
140 | |||
![]() |
12.1 | 141 | |
![]() |
8.1 | 142 | {{livesearch/}} |
143 | |||
![]() |
11.1 | 144 | |
![]() |
9.1 | 145 | |
![]() |
12.1 | 146 | **Search System and Setup Information:** |
![]() |
9.1 | 147 | |
148 | |||
![]() |
11.1 | 149 | |
![]() |
12.1 | 150 | {{pagetreesearch rootPage="System and Setup Information"/}} |
![]() |
9.1 | 151 | |
![]() |
11.1 | 152 | |
153 | |||
![]() |
12.1 | 154 | **On this page:** |
155 | |||
156 | |||
157 | |||
158 | {{toc style="square"/}} | ||
159 | |||
![]() |
11.1 | 160 | |
161 | |||
![]() |
8.1 | 162 | {{expand title="More System and Setup Information"}} |
![]() |
12.1 | 163 | [[ONEcount Cookies>>url:http://bos-jira01-cl01.onecount.net:8090/pages/viewpage.action?pageId=65727||shape="rect"]] |
164 | \\[[Widget Implementation>>url:http://bos-jira01-cl01.onecount.net:8090/pages/viewpage.action?pageId=65622||shape="rect"]] | ||
165 | \\[[Widget Builder>>url:http://bos-jira01-cl01.onecount.net:8090/pages/viewpage.action?pageId=65735||shape="rect"]] | ||
166 | \\[[doc:ONEcount Javascript Widgets]][[ | ||
167 | \\ONEcount Javascript Widget Changes>>url:http://bos-jira01-cl01.onecount.net:8090/pages/viewpage.action?pageId=65751||shape="rect"]][[ | ||
168 | \\>>url:http://bos-jira01-cl01.onecount.net:8090/pages/viewpage.action?pageId=65735||shape="rect"]][[Configuration Manager>>url:http://bos-jira01-cl01.onecount.net:8090/pages/viewpage.action?pageId=65754||shape="rect"]][[ | ||
169 | \\>>url:http://bos-jira01-cl01.onecount.net:8090/pages/viewpage.action?pageId=65735||shape="rect"]][[Smartlinks, Brand Codes, and Other Form Linkouts>>url:http://bos-jira01-cl01.onecount.net:8090/pages/viewpage.action?pageId=65829||shape="rect"]][[ | ||
170 | >>url:http://bos-jira01-cl01.onecount.net:8090/pages/viewpage.action?pageId=65735||shape="rect"]][[ | ||
171 | ONEcount SSL and non-SSL Client Brand Pages>>url:http://bos-jira01-cl01.onecount.net:8090/display/OD/ONEcount+SSL+and+non-SSL+Client+Brand+Pages||shape="rect"]][[ | ||
172 | \\>>url:http://bos-jira01-cl01.onecount.net:8090/pages/viewpage.action?pageId=65735||shape="rect"]][[OpenX Zone Setup for Banner Tracking and Viewability>>url:http://bos-jira01-cl01.onecount.net:8090/display/OD/OpenX+Zone+Setup+for+Banner+Tracking+and+Viewability||shape="rect"]][[ | ||
173 | \\>>url:http://bos-jira01-cl01.onecount.net:8090/pages/viewpage.action?pageId=65735||shape="rect"]][[DFP Small Business – Create Key/Value Pair for Ad Targeting>>url:http://bos-jira01-cl01.onecount.net:8090/pages/viewpage.action?pageId=65873||shape="rect"]][[ | ||
174 | \\>>url:http://bos-jira01-cl01.onecount.net:8090/pages/viewpage.action?pageId=65735||shape="rect"]][[DFP Premium – Create Key/Value Pair for Ad Targeting>>url:http://bos-jira01-cl01.onecount.net:8090/pages/viewpage.action?pageId=65879||shape="rect"]][[ | ||
175 | \\>>url:http://bos-jira01-cl01.onecount.net:8090/pages/viewpage.action?pageId=65735||shape="rect"]][[Progressive Lookup>>url:http://bos-jira01-cl01.onecount.net:8090/display/OD/Progressive+Lookup||shape="rect"]][[ | ||
176 | \\>>url:http://bos-jira01-cl01.onecount.net:8090/pages/viewpage.action?pageId=65735||shape="rect"]][[Embedding Forms in Web Pages>>url:http://bos-jira01-cl01.onecount.net:8090/display/OD/Embedding+Forms+in+Web+Pages||shape="rect"]][[ | ||
177 | \\>>url:http://bos-jira01-cl01.onecount.net:8090/pages/viewpage.action?pageId=65735||shape="rect"]][[Overriding Lookup/Login Page Settings>>url:http://bos-jira01-cl01.onecount.net:8090/pages/viewpage.action?pageId=65896||shape="rect"]][[ | ||
178 | >>url:http://bos-jira01-cl01.onecount.net:8090/pages/viewpage.action?pageId=65735||shape="rect"]][[ | ||
179 | Email Engine and Sender Score>>url:http://bos-jira01-cl01.onecount.net:8090/display/OD/Email+Engine+and+Sender+Score||shape="rect"]][[ | ||
180 | \\>>url:http://bos-jira01-cl01.onecount.net:8090/pages/viewpage.action?pageId=65735||shape="rect"]][[Global Features>>url:http://bos-jira01-cl01.onecount.net:8090/pages/viewpage.action?pageId=65905||shape="rect"]][[ | ||
181 | >>url:http://bos-jira01-cl01.onecount.net:8090/pages/viewpage.action?pageId=65735||shape="rect"]][[ | ||
182 | >>url:http://bos-jira01-cl01.onecount.net:8090/pages/viewpage.action?pageId=65751||shape="rect"]][[ | ||
183 | >>url:http://bos-jira01-cl01.onecount.net:8090/pages/viewpage.action?pageId=65751||shape="rect"]] | ||
![]() |
6.1 | 184 | {{/expand}} |
![]() |
12.1 | 185 | |
186 | |||
187 | |||
188 | |||
189 | |||
190 | |||
![]() |
5.1 | 191 | {{/layout-cell}} |
192 | {{/layout-section}} | ||
193 | {{/layout}} |