I have a text box, wrapped up in a group, within a basic table which has no label required flag set.
The text box is mandatory but the * does not appear unless the Label is selected and then its on the left hand side.
What is the easiest way to move the * to the right of the Mandatory text box?
Thanks
The text box is mandatory but the * does not appear unless the Label is selected and then its on the left hand side.
What is the easiest way to move the * to the right of the Mandatory text box?
Thanks
RE: How to use the Mandatory Flag without a label
You could change the position to be after the control in the Page Details settings, and this will move it to appear after the text box, but this will apply to all the fields on your page, not just this one.
One option you might have is to keep the mandatory marker position setting the same, and then enable an empty static label for the field.
If you then select the containing group, you can change the 'Label Position For Contained Components' setting to 'Right' to make the field's label appear to the right of the text box, which should hopefully give the display you are after?
If not, you will probably have to look at using an extra output field to contain the '*' marker and try and position it appropriately.
I hope this helps.