Form Embedder: An impossibly simple way to add a Google Form to your experience

Sent you a DM with form link, also encountered bug with the new version for linear scale. I think it happens if you have more than one section that use linear scale. Because it looks fine for the first one. But subsequent ones have titles that include <span.> or tags.

1 Like

ok this one should be fixed :white_check_mark:

1 Like

Can confirm it works great now, thanks Andrea!

1 Like

ok its fixed for this one too :chicken: :egg: :slight_smile: silly goofy little inline styling…

2 Likes

Hi, could you explain how you did the click-part to invoke the ToggleForm bindable function?

Yes I have this problem aswell, this resource is essentially useless to me until I can either code in my own solution or the module is updated.

This isn’t a bug as much as it is behavior that is not supported. This is currently not supported by the module and likely will not be anytime soon (along with any other feature that is not explicitly listed as supported in the description).

1 Like

Ah ok. Thanks for the clarification! :+1:

I just get the: Form Cannot be loaded thing. I cant figure out how to make it public.

Here is the form:

EDIT
Nvm, I figured it out.

Hey there! Cool package, but ran into an issue with forms not submitting with a __placeid__ field.

Tracked it down to this piece of code in FormScript - just gotta replace placeVersion with placeId.

image

Permanently bookmarked

Thanks @BitwiseAndrea!

1 Like

Is there a way to put this on a billboard UI?

Jaw drop! You’re on a whole other other level…Let’s be friends! This is dope!

Tysm for making this, it’s going to be tremendously useful to gather player feedback!

It’s not perfect, but I adjusted the UI a bit to fit better with the new one and I forked the feedbackbutton script to add a couple transitions (sorry if it’s hacky, didn’t want to break the main code), here it is in case anyone wants it:

FormEmbedder Visual Fork.rbxm (63.0 KB)

4 Likes

Love this, my only feature request would be to please give us the ability to add images to questions! It would be the best.

Sorry for the bump, but I am currently facing an issue when submitting forms.
Opening and using the form works fine, but whenever I click the submit button, it gives me the message “Feedback form unavailable.”

I tried using the fixed outlined by yan3321 earlier in the post but to no avail. No errors or warnings in the output. I don’t think I did anything wrong, as the form works fine until attempting to submit the form. Curious as to how to fix it. I sent a DM with my form link.

fixed :wrench: Republished the model with the latest fix. mysteriously had to add a timestamp to the form submission request. Surprised no one else has run into this / only your form has needed it. Google does such weird things sometimes :pensive:

thanks for sharing the form link - made it so much easier to debug :smiling_face_with_three_hearts:

1 Like

Ever since this came out, I enjoyed experimenting with how it works it is awesome and can help anyone who needs a quick insight for their Roblox projects

One little question that I have: Does it support TopbarSafeInsets? Currently, this is a new thing that it is coming across for almost 99% of devices that you can play on Roblox, and playtest on Roblox Studio

everything within the game im using this in seems to be fine, but i don’t see any responses showing up when i check the form after submitting something myself.

fixed by @xChris_vC so i removed that goofy ahh form from this post

Adding the dlut (timestamp) parameter actually breaks the system :see_no_evil:

With the updated script, it returns a success response (since it returns the form HTML) as Google Forms silently rejects the request. The submission will not be recorded.

@lordhollowick For a hotfix: comment line 343 in the FormService script:

@Ggblocks20 If you’re comfortable with it, can you share your form URL? Can take a look as well!

1 Like