Is your feature request related to a problem? Please describe.
When a problem occurs, our users have no option but to exit the site, leaving us not knowing why they couldn't use the site how they wished to.
Describe the solution you'd like
Place a button on the service page below the services accordions that says Is something wrong here? and links to a page /problem that has the google form iframe below.
Describe alternatives you've considered
Are there any like super slick popup HOCs that send data to a google sheet for problem (bug) reporting?
Additional context
Use the following HTML:
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSeWoERHwEwJbJCEl5ZraF5G9VrvmEYMuKMuIg0y-Rhiekugmg/viewform?embedded=true" width="640" height="1127" frameborder="0" marginheight="0" marginwidth="0">Is something wrong here?</iframe>
Feel free to change the width and height ^^
Is your feature request related to a problem? Please describe.
When a problem occurs, our users have no option but to exit the site, leaving us not knowing why they couldn't use the site how they wished to.
Describe the solution you'd like
Place a button on the service page below the services accordions that says
Is something wrong here?and links to a page /problem that has the google form iframe below.Describe alternatives you've considered
Are there any like super slick popup HOCs that send data to a google sheet for problem (bug) reporting?
Additional context
Use the following HTML:
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSeWoERHwEwJbJCEl5ZraF5G9VrvmEYMuKMuIg0y-Rhiekugmg/viewform?embedded=true" width="640" height="1127" frameborder="0" marginheight="0" marginwidth="0">Is something wrong here?</iframe>Feel free to change the width and height ^^