How can i save user input from homepage and redirect to dynamic page?

Already tried to type in the following —> “redirect dynamic” into the SEARCH of this FORUM ???

There are several ways of how to save data into your DATABASE.

  1. Using a DATASET (setFieldValue/setFieldValues):
    https://www.wix.com/velo/reference/wix-dataset
    https://www.wix.com/velo/reference/wix-dataset/dataset/setfieldvalue
    https://www.wix.com/velo/reference/wix-dataset/dataset/setfieldvalues

  2. Using Wix-Data (insert/save/update):
    https://www.wix.com/velo/reference/wix-data/insert
    https://www.wix.com/velo/reference/wix-data/save
    https://www.wix.com/velo/reference/wix-data/update