Selected Record Type to show on Skuid page in Field Editor RecordTypeId Field

I am selecting a record type from the dropdown and it is redirecting to a skuid page as intended using a visualforce page to redirect. There is a field recordtypeid on the skuid page that I want to auto-populate with the selected record type from the dropdown in the previous page. This is basic question but I am totally new to Skuid so please tell me the steps. Thanks.

Usually the Record Type selection dropdown page will send along a “RecordType” Parameter in the URL. You can configure the Model in your Skuid Page to pre-populate the RecordTypeId field using that RecordType parameter by adding a new Model Condition of type “Page/URL Parameter”, and put “RecordType” for the Parameter Name.