<@U3ANEPBPX> You can accomplish this in a Suitelet...
# suitescript
e
@ssdevktown You can accomplish this in a Suitelet by just checking the HTTP request type; on
GET
you draw the form, the submit button posts back to itself, so on
POST
you draw the results. With portlets, though, you can't really do that because you need two different portlet types, but you also can't chain portlets together