Expand my Community achievements bar.

Problem placing a positioned subform on a flowed page

Avatar

Level 7

On page 2 of my form, the page is set to flowed. I have one subform which contains a Save button that I would like to position at the bottom margin of the page. However, I can't get the subform and button to move to the position where I want it. If I select just the button, then I can position using the Y coordinate. That then leaves the subform height too big. When I select the subform, X and Y coordinates are grayed out.

Thanks,

MDawn

3 Replies

Avatar

Level 7

I read the blog and understand how it works, however, I'm not sure how to use the information if my form does not have repeating subforms.

Thanks,

MDawn

Avatar

Level 10

Hi,

You should be able to copy the "spacer" subform to before your subform with the button that you want at the bottom of the page.  Make sure the "spaceManager.addSpacer(this);" JavaScript is still in the ready:layout event and the spacer subform will be resized so your button ends up at the bottom.

The repeating subforms in the sample can be ignored in your case.

Regards

Bruce