{$this field rule} .sys_ft_nested_form { width: 900px; height: 700px; } {$this field rule} { margin: 5px 0px 5px 0px; width: 900px; height: 700px; }Unfortunately, that was not the solution. Any ideas? Thanks again!
{$this field rule} .sys_ft_nested_form { width: 900px; height: 700px; } {$this field rule} { margin: 5px 0px 5px 0px; width: 900px; height: 700px; }Unfortunately, that was not the solution. Any ideas? Thanks again!
BTW if anyone runs across this as well, you can size the iframe specifically by their ids. So if you have an iframe with and id "nested_part_form". You could refer to it in the Form Body like the below to control size and position:
#nested_part_form {
position: absolute;
top: 60px;
left: 10px;
width: 650px;
height: 400px;
}
That way you can individually control them, not just a generic size for iFrames.
BTW if anyone runs across this as well, you can size the iframe specifically by their ids. So if you have an iframe with and id "nested_part_form". You could refer to it in the Form Body like the below to control size and position:
#nested_part_form {
position: absolute;
top: 60px;
left: 10px;
width: 650px;
height: 400px;
}
That way you can individually control them, not just a generic size for iFrames.
Hi Jeff,
thanks for the additional information! 6 year ago I was very happy to achieve any trivial basic styling at all .
So far, I never even used the nested Form in production, cause nested Forms cannot do really much beside displaying a Form without giving users options for interaction. And they look odd, cause you cannot choose with Form template to use. But I pretty sure one day I will find a use case for them. Thanks!
Angela
Copyright © 2024 Aras. All rights reserved.