Not signed in (Sign In)

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthortve
    • CommentTimeMay 8th 2008
     
    An idea for the REST interface: make the HEAD and BODY portions available seperately via different URLs, something like:

    /rest/forms/view/1234/head
    /rest/forms/view/8916/body

    or

    /rest/forms/head/1234
    /rest/forms/body/1234

    That way I won't have to munge strings searching for the <!-- FORM: BODY SECTION --> comment, so I can put the HEAD part in the HTML HEAD where it belongs. It would be less fragile too.
    • CommentAuthorcedsav
    • CommentTimeMay 8th 2008
     
    Thank you for the suggestion. The only downside is that you'd have to do two HTTP requests to get the form, instead of one.

    I'll log it as an enhancement request and we'll see what we can do. Thanks again.