javascript - Hubspot File Uploading using PHP-Hubspot API -
i have been using hubspot client inbound marketing , email campaigns. have managed forms,email templates,workflows etc in hubspot using php api. in need upload file using hubspot.
currently i'm next method mentioned here(following php example)
http://developers.hubspot.com/docs/methods/forms/submit_form
i have file upload button along other fields. while searching solution, saw this:
http://help.hubspot.com/articles/kcs_article/can-i-add-a-file-upload-field-to-my-forms
following step described there, able add together file upload button, when checked submissions, no upload details there.
can 1 guide me how implement in php / javascript environment.
perhaps uploads have been successful you're not looking in right place them? form uploads on hubspot stored contact , not submission entries. can follow these instructions find them:
navigate contacts > contacts home search name of contact file want retrieve > click name open contact record click properties on left-hand side of page locate appropriate file upload property click button next property (looks box arrow in it) > file openinstructions from: http://help.hubspot.com/articles/kcs_article/contacts/how-do-i-find-the-file-that-my-contact-uploaded-with-a-form-submission
if mistaken, perhaps can post form's html code?
javascript php hubspot
No comments:
Post a Comment