Illegal form submission means that the URL of the form is different from the URL declared in the ABVFP control panel.
In many cases there is a missing www (example: the page URL is...
Type: Posts; User: navaldesign
Illegal form submission means that the URL of the form is different from the URL declared in the ABVFP control panel.
In many cases there is a missing www (example: the page URL is...
Please add [] (opening and closing square brackets) to the listbox / combobox name.
Please replace the code with the following:
<?PHP
$mailto = "prideoftexasfestival******.com";
$email = $_POST['email'];
if ($email == "") {
$email = $mailto;
}
$mailsubj = "Pride of Texas...
What's the PHP code in the "Thank_You_for_Registering_for_2014.php" page ?I can't say what the issue is until I see the PHP code in that page (which processes the form).
Remove the code
<linkrel="shortcut icon"href="favicon.ico">
that you have added in Page HTML, Start of Page. Place it in "Between Head" instead.
The tutorial is rather outdated, but still valid for most parts: http://www.vodahost.com/vodatalk/bluevoda-general-issues/55281-bv-built-login-system-tutorial.html
Between head tag.
The Google + button should be placed in a HTML box (although sometimes you also need some code in the <head>...</head> Page code.
The code in red seems to be Javascript, but seems incomplete to...
Open your page in BV. Right click anywhere on a blank space of the page and select Page HTML
Then click on the "Between <head> ..</head> tag and paste the code in the lower window.
Exit, save and...
The built in form processor can store form data in a CSV file, which you can download and use in Excel.
You can use phpMyAdmin, available through your c-Panel (database section)
Please submit a support ticket to have the help desk people fix it.
Do you have a VodaHost hosting account ?
Images will be published with the original name if used as they are. If, instead, you add effects (shadows, frames etc) then a new image is generated and BV assigns the standard bv_imgxxx or bv0xxx...
Please read the tutorial : BV’s new built in Login system – a brief tutorial.
You have NOT added validation to your fields.
And as I said, the error page will ONLY display in particular cases. Normally the validation will display a popup with an error message.
Please note that the error page will ONLY appear if (not your case) a user enters a wrong captcha value OR if he enters an email address that is not a valid email address (not meaning true but...
No, just put a link to the login page.
To automatically be logged out after a ceratin time period you would need to modify both the login page code AND the Protect Page code that exists in all...
If this is what you want, there is a simple solution:
1. Make the "public" pages php
Add in all public pages, in Start of Page, the following code:
<?php
session_start();...
What I'm saying is that someone that already has the login details, can login in at any time again. So what you are asking is meaningless.
It IS as simple as you described, BUT when you publish the Admin page make sure you select "Publish all files" so that the script in the backend also gets published with the new pasword.
This usually happens when you create your pages using the Save As comand to create a new page from an existing one.
Since all objects have the same IDs, when you modify one in one of the pages, and...
What I'm saying is that there is no reason why one of these "trusted" members should be logged out automatically, if, while visiting the members only pages, they also visit (among them) also a...
The main reason is backup: SO MANY users complain that they lost their pages due to computer crash....
However, you can disable the server backup, if you don't want it, through Tools ->Options ->...
No, there isn't such a feature. BUT, why should a member be logged out just because he visited a "public" page ???