GetResponse
Forum Replies Created
-
Forum: Plugins
In reply to: [GetResponse for WordPress] Get Response WidgetHi,
Plugin allows to put webform only to one side bar.
You can use short code to put webform in other place.Please feel free to contact us again if you have any
questions. We’ll be happy to help.Forum: Plugins
In reply to: [GetResponse for WordPress] Where is the Getresponse form on my site?With the GetResponse WordPress plugin, you can use shortcodes to place web forms in blog posts. Simply place the following tag in your post wherever you want the web form to appear:
[grwebform wid=”WEBFORM_ID_HERE” css=”on/off”]
Below is a description of where to find the “wid” parameter. Set the CSS parameter to ON, and the web form appears in GetResponse style; set it to OFF, and the web form appears in standard WordPress style
You’ll find your web form ID right in your GetResponse account. Go to Web Forms => Web forms list and click on the “Source” link in a selected web form. Your web form ID is the number you’ll see right after the “?wid=” portion of the JavaScript code.
Forum: Plugins
In reply to: [GetResponse for WordPress] Where is the Getresponse form on my site?yes – it is possible to integrate plugin via shortcode
Forum: Plugins
In reply to: [GetResponse for WordPress] Getresponse webform button problem.Hi Incwise,
Button style definition is in “style-default.css”
As I see “btn” style is in line 454.
If you don’t need to use this button style anywhere you can just delete it.Please feel free to contact me again if you have any
questions. I’ll be happy to help.Have a nice day !
Forum: Plugins
In reply to: [GetResponse for WordPress] Getresponse webform button problem.Hello Incwise,
As I see there is conflict with css styles.
Probably you have defined to add class “btn” to every button object.
If you remove “btn” class from:
<button type=”submit” class=”wf-button btn” id=””>
web form will be look same as in the getresponse editor.See example on screencast:
http://screencast.com/t/u9PtfK6TdtI hope this helps, should you have any further questions,
please do not hesitate to contact us, we will be happy to
help.Forum: Plugins
In reply to: [GetResponse for WordPress] The plug in does not look like the screen shoot.Please feel free to contact us again if you have any
questions. We’ll be happy to help.Forum: Plugins
In reply to: [GetResponse for WordPress] Translation?Yes,
I would like to confirm that the forms and all messages will be translated as you set them in GRForum: Plugins
In reply to: [GetResponse for WordPress] Where is the Getresponse form on my site?Please feel free to contact us again if you have any
questions. We’ll be happy to help.Forum: Plugins
In reply to: [GetResponse for WordPress] adding web form to another widgetPlease feel free to contact us again if you have any
questions. We’ll be happy to help.Forum: Plugins
In reply to: [GetResponse for WordPress] My webform is not showingPlease feel free to contact us again if you have any
questions. We’ll be happy to help.Forum: Plugins
In reply to: [GetResponse for WordPress] Config page not workingPlease feel free to contact us again if you have any
questions. We’ll be happy to help.Forum: Plugins
In reply to: [GetResponse for WordPress] The plug in does not look like the screen shoot.Hello,
Could you send us screenshot or screencast of your issue?
Also site url.
Which WP version do you use?We are looking forward to your reply.
Forum: Plugins
In reply to: [GetResponse for WordPress] adding web form to another widgetHi
By plugin you can add only one webform on sidebar. But
You can also just put in script on your site:
<script type=”text/javascript” src=”http://app.getresponse.com/view_webform.js?wid=WEBFORM_ID”></script>
wherever you want to display webform.If you want to have more than one webform I recommend use only one in js
other you can implement by using HTML code.Best regards
Forum: Plugins
In reply to: [GetResponse for WordPress] My webform is not showingHI,
Webform is designed for sidebar, did you drag widget to main sidebar
same as on this screen:
http://s.wordpress.org/extend/plugins/getresponse-integration/screenshot-1.png?r=626111
?As I see in your code – there is a sidebar <aside> but is empty.
You can also just put in script on your site:
<script type=”text/javascript” src=”http://app.getresponse.com/view_webform.js?wid=WEBFORM_ID”></script>
wherever you want to display webform.Best regards
Forum: Plugins
In reply to: [GetResponse for WordPress] Where is the Getresponse form on my site?Hi,
Your form is on your right sidebar.
Do you still have any problem w with webform?