Is there a way to make a text entry 'required' like a choice in a New Screen?

Or…has anyone built a custom component (or css) that looks like the Label for text entry but has “Required” right justified. I have the logic that verifies that the data has been entered (in a custom form (not a form screen)). I just want to label that looks like a ‘standard’ Glide “required” field (eg a choice component) instead of me adding it inside the placeholder. The challenge with a custom component seems to be padding which I can’t get rid of. I suspect this can be done in CSS/rich text field.The component is in a container but Glide seems to put padding around the component so 1) it is not really left justified and 2) has what appears to be a line break after the component (the bottom image).

Choice component…

image

Add a text entry component to a native form, set it as required, and then copy/paste it where you want it.

Worked…thanks Jeff. When I created a New Form from the screen set to CRUD Event table Glide took me to the wrong table (I have a G CRUD Event table (old way) and CRUD Event (new helper table using USC columns) and Glide built the form on G CRUD table (which I was not in when I called the New Form screen).

I grabbed a random text entry field in G CRUD table, made it required and copied it. Pasted it and set it to the correct column in CRUD table. Worked.

You can also have a form container right on the screen where you was working, add an entry and copy it out, it can work the same way.

I tried the form container but could not find the text field I was looking for…little did I know I could take any data input, make it required, copy the component, paste it and change the input to the field I needed.

Thanks for the insights.

Yes, basically just treat it as a way to create sample entry components with the required tag, and then drag them out.