Author |
Message |
|
Still not working. I went to that thread and replaced the 'hash' code to nohash, and even re-entered the other code you placed there..
<form method="post" action="$GB_PG[addentry]" name="book" enctype="multipart/form-data" onsubmit="return checkForm()">
<input type="hidden" name="gb_hash" value="$VARS[gbhash]"> and still I get the same error.
Any other suggestions?
|
|
|
Well I did what you said and I searched for input fields, invalid input fields, and input fields are not valid. I waded through 335 matches but of all the ones that had the same problem as I do they didnt find any help other than to upgrade to 2.3.4. I checked and I have v2.3.4 so I figured the best thing to do was start from scratch. I wiped out my index.php, built up my html again, put the code from form.php into a table in the center and still when I test the guestbook with an entry I get:
One of the input fields does not seem to be valid.
My 'input fields' code is exactly as it was on form.php....so where did I go wrong and how do I fix it?
|
|
|
Im closer....it does take me there now but I also get this new error msg:
One of the input fields does not seem to be valid.
How should this code go? This is how it looks on my page:
<form method="post" action="/ledger[addentry]" name="book" enctype="multipart/form-data" onSubmit="return checkForm()">
And this is what it looks like in form.php:
<form method="post" action="$GB_PG[addentry]" name="book" enctype="multipart/form-data" onsubmit="return checkForm()">
If its not this code, then how do I know what input field is invalid and how do I fix it?
Sorry its taking me so long to get this right. Once this is up and running Im not laying a finger on it! hehe
|
|
|
Ok, I was able to fix where it points to but there isnt a gbook.php on my server so I get this msg now:The requested URL /ledger/gbook.php was not found on this server.
Am I supposed to make this file myself, or where can I find it?
Thanx again.
|
|
|
Carbonize wrote:The problem is it is trying to submit to /GuestBook/gbook.php?agbook=addentry for some reason. What changes did you make and to what files?
Ugh. Changes? hehe. Well what I did was this....Since I wanted to incorporate the GB into my current design I tried the advice from one of your tutorials but when I c&p'd the information nothing showed up at all. So I kinda copied someones source code...the bee farmer guy here on the forums...and Im sure thats where I went wrong. But everything showed up perfectly except for this one glitch.
If I can only change where my Submit button takes a person to I can continue on. (At least till I get stuck again. hehe)
Im more of an artist than a tech person so all this code stuff is making me dizzy. Be kind please.
|
|
|
Carbonize wrote:Whats the address of your guestbook ?
Thank you Carbonize.
|
|
|
When I click the Submit button I get an error msg that /Guestbook/gbook.php cannot be found on my server.
My 'guestbook' is under the directory /ledger and Ive been all thru the files on the server and no gbook.php anywhere.
Where do I go to change this please?
|
|
|
Where do I find the code to change where my 'Submit' button points to?
Thank you.
|
|
|
Ok, figured out the layout. Thanx anyways.
|
|
|
Hi,
Heres my dilemma. I want to integrate the GB with my current html pages and the easiest way for me so far has been to open one of my pages, delete everything except header/footer/menu/etc, insert GB code into my area and that should be it...right? hehe Wrong.
1. When I remove the one blank image file my tables go completely kaput and nothing I do makes them right again, until I re-inser the blank image again.
2. I was really close one time when I took all the images that the tables displaced and re-inserted them using the Align command and I made them all Align Top. That left a blank area under the images in all 3 tables and I cant get them to reduce to fit the image.
3. One last thing. My webpage can look great in DW but when I preview it the guestbook area itself is way too wide and splits my images. I have changed the width of the guestbook in every place imaginable and its still happening.
Thanx in advance for your help.
|
|
|