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.
Can confirm it works great now, thanks Andrea!
ok its fixed for this one too silly goofy little inline stylingâŚ
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).
Ah ok. Thanks for the clarification!
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
.
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)
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 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
thanks for sharing the form link - made it so much easier to debug
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
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!