/    Sign up×
Community /Pin to ProfileBookmark

problem with feedback form.

Hi,

I made a feedback forum, and it has lots of options.
now I have problem , the feedback I get via email, the forum isnt in order
for exaple: the form is

Name
Street addres,
Zip code,
Tel

however, on the email the order isnt the same,its like

Zipcode
Name
Tel
Street

so its hard to read. how can I make them show on the email in order.

to post a comment
JavaScript

2 Comments(s)

Copy linkTweet thisAlerts:
@ellicitauthorOct 27.2005 — anyone knows?
Copy linkTweet thisAlerts:
@UltimaterOct 27.2005 — The reason why this is happening is because JavaScript is being used to concentrate thoses input fields into one multiline field.

What I mean is that the user is typing into four seperate fields:
<i>
</i>&lt;input type="text" name="Zip-code"&gt;
&lt;input type="text" name="Name"&gt;
&lt;input type="text" name="Tel"&gt;
&lt;input type="text" name="Street"&gt;

And JavaScript is concentrating them into one multiline field by the name of "body":
<i>
</i>&lt;textarea name="body"&gt;&lt;/textarea&gt;


The problem should be as easy as fixing the order of the fields being concentrated.

Do you have some JavaScript for me to work with?
×

Success!

Help @ellicit 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.16,
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,
)...