Technical Details
Forum version : #phpBB2
Position : Founder
Concerned browser(s) : Google Chrome
Who the problem concerns : Yourself
When the problem appeared : When entering the code
Forum link : http://pokerplayermarketing.forumotion.com
Description of problem
I am new here and just beginning to learn HTML. I can do little things such as copy and paste what is correct and needs to be changed.I dont have the technical knowledge to know what i need to do or how to do it.
I have forum and I am working on the linking a thread and post to a Response Form.
I got the HTML for the Response Form and am looking to see how I could add a way in the code to not only have the information sent to the Spread Sheet and database. But at the end of the line or string of code be able to have the entry listed on a Thread and Post.
Here is an example of the code for the Response Form:
- Code:
<span class="ss-choice-label">Low Stakes Cash Tables (Limit Hold'Em)</span>
</label></li> <li class="ss-choice-item"><label><span class="ss-choice-item-control goog-inline-block"><input type="checkbox" name="entry.785636010" value="Low Stakes Cash Tables (No Limit Hold'Em)" id="group_785636010_2" role="checkbox" class="ss-q-checkbox"></span>
In this example the code tells the Form what the Response is and where it is to be listed in the output of my Spread Sheet.
Now what I wanted to was to be able to allow the Forum Thread and Post that List the samething on it to be able to connect to the same information and have it go directly into.
This what the Forum Thread and Post link HTML looks likes.
- Code:
<li class="nav-tree-board-39"><a href="http://pokerplayermarketing.___________.com/board/39/stakes-table-coachs-limit-holdem"><span class="new-icon">new</span><span class="item-text">Low Stakes Cash Table Coach's (Limit Hold'Em)</span><div class="clear"></div></a></li>
Now with the two codes available to look at, If I wanted to connect them together and make it where the Response from the Response Form would Post to "nav-tree-board-39"
How would I do that?