/    Sign up×
Community /Pin to ProfileBookmark

Download links -> Form -> Download starts (help)

Hi,

I’d like users to register before downloading any of our documents. If they have already filled in the form, then all the fields are hidden other than their email. Everything works OK, other than directing them to the download. We have Hubspot (Marketing Software) which allows me to make the forms and export the code, however they have recently changed from HTML to JavaScript. I need to pass over which document the user is trying to download. I did this with the old HTML form by using a variable.

e.g. (Old example)

manual.pdf -> Form -> manual.pdf download starts
setup.exe -> Form -> setup.exe

[CODE]$var=$INFO{‘request’};[/CODE]

hubspot button hyperlink=

[CODE]www.ourwebsite.com/downloads/$var [/CODE]

However the new Hubspot code is:

[CODE]<script charset=”utf-8″ src=”http://js.hubspot.com/forms/current.js”></script>
<script>
hbspt.forms.create({
portalId: ‘OurID’,
formId: ‘OurFormID’
});
</script>[/CODE]

As you can see, it does not declare the hyper link of the submit button. So my previous method doesn’t work.

Any help would be greatly appreciated.

to post a comment
JavaScript

0Be the first to comment 😎

×

Success!

Help @mattll spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.17,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...