EasyUI
Home
Demo
Tutorial
Documentation
Download
Extension
Contact
Forum
EasyUI Forum
September 13, 2025, 02:04:26 PM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
Home
Help
Search
Login
Register
EasyUI Forum
>
General Category
>
EasyUI for jQuery
>
Form not posting all values [Closed by user]
Pages: [
1
]
« previous
next »
Print
Author
Topic: Form not posting all values [Closed by user] (Read 8133 times)
Gazzeh
Newbie
Posts: 4
Form not posting all values [Closed by user]
«
on:
July 09, 2013, 04:18:21 AM »
Hi,
I have a number of combo boxes and number boxes on my form.
When i submit the form some values are not passed.
<input id="lstFraFin" class="easyui-combobox" data-options="
valueField: 'id',
textField: 'text',
url: 'json/combobox_items.asp?comboname=colours_<%=strTemp%>&selectedid=<%=FrameFinish%>'"
/>
and
<input class="easyui-numberbox" id="txtHorns" value="<%=CillHorns%>" data-options="min:0,max:350,precision:0"></input>
are not passed.
Your help is appreciated
Thanks in advance
«
Last Edit: July 11, 2013, 03:37:04 AM by Gazzeh
»
Logged
Gazzeh
Newbie
Posts: 4
Re: Form not posting all values
«
Reply #1 on:
July 09, 2013, 06:33:08 AM »
Ive looped round each form item and only 29 of 31 are there
for each x in Request.Form
response.write(x & " - " & Request.Form(x) & "<BR>")
next
Anyone know why just 2 would not get passed?
Logged
stworthy
Administrator
Hero Member
Posts: 3581
Re: Form not posting all values
«
Reply #2 on:
July 09, 2013, 12:38:30 PM »
Please add name attribute for every input elements.
Code:
<input name="thename" ...>
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> News
=> General Discussion
=> EasyUI for jQuery
=> EasyUI for Angular
=> EasyUI for Vue
=> EasyUI for React
=> Bug Report
Loading...