Help

The Community will be undergoing maintenance from Friday February 21 - Friday, February 28 and will be "read only" during this time. To learn more, check out our Announcements blog post.

Interactive ratings in interface

Topic Labels: Automations
Solved
Jump to Solution
198 3
cancel
Showing results for 
Search instead for 
Did you mean: 
opptcunysps
5 - Automation Enthusiast
5 - Automation Enthusiast

I've been tasked to create an interface that serves as a self-help page for people who encounter common tech issues. I also want them to be able to rate whether the solution helped them, but seems when using record interface won't allow a public user to interact with the rating element even after making it editable. Everything else is working except this component. 

Is there a workaround for this? 

2 Solutions

Accepted Solutions
Kenneth_Raghuna
8 - Airtable Astronomer
8 - Airtable Astronomer

You could try creating a feedback form that links to the solution record. On each solution page, you can have a button that prefills the linked field with the solution record so the user is only providing the rating, and anything else you want (maybe. a notes field).

See Solution in Thread

Milan_Automable
6 - Interface Innovator
6 - Interface Innovator

@opptcunysps , I agree that the architecture @Kenneth_Raghuna proposes is the best way to achieve this. I built a minimal demo of how to set this up.

Link to public interface 

This is how the backend looks like:

FeedbackFormPublic.gif

Also on this link you can copy the base I used for the setup.

Hope you find this useful 🙂

-- Best, Milan - Automable.AI Free Airtable consultation

See Solution in Thread

3 Replies 3
Kenneth_Raghuna
8 - Airtable Astronomer
8 - Airtable Astronomer

You could try creating a feedback form that links to the solution record. On each solution page, you can have a button that prefills the linked field with the solution record so the user is only providing the rating, and anything else you want (maybe. a notes field).

Milan_Automable
6 - Interface Innovator
6 - Interface Innovator

@opptcunysps , I agree that the architecture @Kenneth_Raghuna proposes is the best way to achieve this. I built a minimal demo of how to set this up.

Link to public interface 

This is how the backend looks like:

FeedbackFormPublic.gif

Also on this link you can copy the base I used for the setup.

Hope you find this useful 🙂

-- Best, Milan - Automable.AI Free Airtable consultation

opptcunysps
5 - Automation Enthusiast
5 - Automation Enthusiast

@Milan_Automable @Kenneth_Raghuna , thank you, This works!