Archived topic
How to insert survey link?
7 replies · Started by Danijela Kalezic on September 20, 2021
Hi, I want to insert this survey link on my right sidebar or footer bar but do not know how, whether as html code or something else...
https://app.getresponse.com/survey.html?u=yKRBJ&survey_id=1764104
Hi Danjiela,
Can you specify how you want it to appear? Do you want it to appear as a button? Or perhaps as a text link?
Hi Elvin, thanks for your quick response.
So, I would like to see both.
Is your site using GenerateBlocks?
IF yes, you can try adding a Button Block to the right sidebar or footer bar widget area on Appearance > Widgets.
You then set the URL link of the button block.
See this video for example on right sidebar - https://share.getcloudapp.com/RBuLbDdK
The same idea applies for footer bar. :D
It worked! I wonder how to center now this button on my right sidebar? Otherwise other widgets are centered only the button is not.
On the button block you've added, go to the "Advanced" option and add centered-button to the Additional CSS class(es) text field.
And then add this CSS:
.wp-block-buttons.centered-button .wp-block-button {
margin: 0 auto !important;
}
Here's the expected result - https://share.getcloudapp.com/xQu6k8lK
It works! Thank you so much!
No problem. :)