Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Key Fields are the same, but different results?
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #8
RE: Key Fields are the same, but different results?
Oh, OK. I thing I understand what you mean.

In a short words: you need different thread fields.

In a long words:

Notice that I always use data after the input words?
Each row of Job Position - Job Type - Quota of Labor is a set of data. It means that each row may contains different set of data, even the data type is the same.

The same exact question is, why you need another textbox for the Company Name, Quota of Labor and the Salary while there is already a textbox for thread title (subject)?
Because you need different layouts? Nope, you can modify the layout or the appearance of them individually directly inside the newthread/editpost templates.
For example:

HTML Code
Subject: <input type="text" class="textbox" name="subject" size="40" maxlength="85" value="{$subject}" tabindex="1" />
Company Name: <input type="text" class="textbox" name="subject" size="30" maxlength="85" value="{$subject}" tabindex="2" />
Quota of Labor: <input type="number" class="textbox" name="subject" size="5" maxlength="85" value="{$subject}" tabindex="3" />
Salary: <input type="text" class="textbox" name="subject" size="10" maxlength="85" value="{$subject}" tabindex="4" />

The answer is because you need different data.

I'm sorry for my lack of ability to understand what you mean.


02-04-2018 04:33 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
RE: Key Fields are the same, but different results? - RateU - 02-04-2018 04:33 AM

 Standard Tools
Forum Jump: