feaczko
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form DB] Preventing Duplicate SubmissionsIt works. Thx for tip.:)
Forum: Plugins
In reply to: [Contact Form DB] Preventing Duplicate SubmissionsIt occurred to me too. But how to use it when the category name is also on the form? Can I use $ _POST function to filter?
Example:
$atts['filter'] = "$fieldName=$fieldValue&&kategorie=".$_POST["kategorie"]."";Is it right?
Forum: Plugins
In reply to: [Contact Form DB] Preventing Duplicate SubmissionsI tried it, but it did not solve my problem.
I need a unique moto_number for every moto_category.
This code checks the item from all tables.Example:
In order: Moto number 1 in category 1, moto number 1 in Category 2.
Not in order: Moto number 1 in category 1, moto number 1 in category 1
it will work?
Forum: Plugins
In reply to: [Contact Form DB] Preventing Duplicate SubmissionsHi, i need help for preventing duplicate for 1 form and 2 tables.
Example:table category
table moto_numberWhen 2x i send form with category_1 and number_1 = ERROR (duplicate)
When 1x i send form with category_1 and number_1 and after i send form with category_2 and number_1 = OK.I will unique moto_number for one category and no for every categories.
Thx for help. Sorry for my bad english. I am from Czech Republic.