This forum is archived. Posts are preserved for historical reference. For current help, join us on Discord.

call user id in form

In UserSpice 4.3 and Below · Started by meetmec12 on 2016-12-26 7:45 pm · 8990 views · 2 replies

Hi i believe US can protect any page . I have an html form(not US FORM) i want to submit all form inputs (including image upload) into another table called clients . How do i insert $user->data()->id, into userid (not d table id) ,$name = $_POST['name']; ,$mobile = $_POST['mobile']; into clients table. THANKS
Finally figured this out . easy! #closed

Finally figured this out . easy! #closed

it would be nice if you could share your findings.  I would like to know what you did to get you image uploaded.  I tried serveral times and it did not work with the US page.