Either that is not your form id, or your form is not public. Make sure you are copying the id from the user-facing URL (not the configuration page).
Edit: Form was using an unsupported question type.
Either that is not your form id, or your form is not public. Make sure you are copying the id from the user-facing URL (not the configuration page).
Edit: Form was using an unsupported question type.
Hi! So Iâm using form embedder in my game, but I would like to make the topbar button be restricted to certain group ranks; does anyone know how to help with that?
I did copy the id from the user-facing URL. Itâs also public since I can access it in a incognito tab. If itâs not public how would I make it public? I donât see any option so I assumed itâs public and since I can access it in incognito I donât know how it can be private.
Player:GetRankInGroup(GroupId)
I know that I would need to use that command, however Iâm confused on how I would even hide the topbar icon?
I also encountered such error, tried looking into the code as it seems kind of random (pointing me to thinking about internal error) but I couldnât find the cause. Sometimes the same form could produce error sometimes not, even with the same questions.
I tried changing many things but it usually didnt give anything. Only what I did was import the model and change form ID (to 1FAIpQLSfLwâRAFWbFEYAbfuWduqcpOVkSNi02TX6QKbPdokjq7Z5sg). Maybe someone knows the solution.
The fact that this was made by Roblox Staff is even better
Itâs really great, very useful, but I got an error.
what i do?
I only changed the form ID,and print error.
error logs:
âHttpError: ConnectFailâ.
âFailed to fetch form with id: xxxxxxxâ
Hey @BitwiseAndrea Iâve had this public in my game for a while now, and itâs been great!
It seems I have discovered an issue, however. I have recieved reports from mobile users that they are unable to move after opening and then closing the GUI.
Workaround is to just set DisableTouchInputs = false.
Thank you so much! This is more than perfect for games which need trainings to rank roles!
Oops, this was a bug! Fixed and republished. (was forgetting to set DisableTouchInputs back to the original value on a successful form submit)
The reason touch inputs are disabled when the form is open by default is because the controls overlapped with the form and made it not the best user experience to fill out, and i wanted to make sure it was large enough to interact with easily.
Yeah this isnât too hard. Add these imports to the top of FeedbackButtonScript
to get a reference to LocalPlayer
local Players = game:GetService("Players")
local LocalPlayer = Players.LocalPlayer
Then add this after FeedbackButton
is initialized and change the minimum rank / groupid to be whatever you want.
-- Hide FeedbackButton if LocalPlayer is below a certain rank
local rank = LocalPlayer:GetRankInGroup(GROUP_ID)
FeedbackButton.Visible = rank >= MINIMUM_RANK
Absolutely incredible resource! I will totally be using this in the future!
Ive been getting this warning and some of my text is not displaying
Please DM me a link to your form or share it here - i cannot debug anything without a link to the form.
If you need more just say so
any updates on the problem or are you still trying to fix it?
Iâve pushed an update to the Form Embedder that not only fixes some bugs, but adds new features!
Added support for a new question type: Linear Scale
And it works on mobile
Support for the following values is added through metadata keys In addition to userid, username, and displayname, you can now auto-complete fields for various globalsâŚ
__clientversion__
__placeid__
__placeversion__
__time__
__elapsedtime__
__gcinfo__
__serversize__
These fields display next to other auto-populated fields
More information here: Roblox Globals | Documentation - Roblox Creator Hub
Please let me know if you find any bugs and please include a link to your form
And enjoy the updates!!!
~BitwiseAndrea
Is it possible to add animations to it? For example when you click the button to open the form, it tweens in and out? I think itâd add a nice touch to it, rather than just appearing.
Awesome update to an awesome resource! Thank you so much!
EDIT: For some reason metadata fields are not working.
Issue on the new version:
form link: Speedrun Time Trial Form