/    Sign up×
Community /Pin to ProfileBookmark

Need help with js to fill input fields onclick

Hello!

I have run into a problem that I can´t solve and I hope someone here can help me…
I have sevral links like that contains data that I want to insert into two input fields onclick.

My links look like this:
<a href=”#” class=”squarename_avalible” onclick=”fillsquare(21, test2)”>21</a>
<a href=”#” class=”squarename_avalible” onclick=”fillsquare(22, test2)”>22</a>
<a href=”#” class=”squarename_avalible” onclick=”fillsquare(23, test2)”>23</a>
etc…

I would like the link below to put 21 to be put into the input named “squareName” and test2 to be put into the input named “areaName”
<a href=”#” class=”squarename_avalible” onclick=”fillsquare(21, test2)”>21</a>

My form looks like this:

<form name=”booking_form_final” action=”<?php echo htmlspecialchars($_SERVER[“PHP_SELF”]); ?>” method=”post”>

<div class=”form-group”>
<label>fyll i område</label>
<input type=”text” name=”areaName” class=”form-control” value=””>
</div>
<div class=”form-group”>
<label>fyll i rutans nummer</label>
<input type=”text” name=”squareName” class=”form-control” value=””>
</div>
<div class=”form-group”>
<input type=”submit” class=”btn btn-primary” value=”Boka”>
<input type=”reset” class=”btn btn-default float-right” value=”Rensa allt.”>
</div>
</form>

Best regards

to post a comment
JavaScript

0Be the first to comment 😎

×

Success!

Help @Xbard 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 5.19,
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: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

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

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...