First i started to write down my problem with seeting this up.. in the meantime i found a solution .. so.. i will keep this post as it is.. if someone have the same problem as me
haha sorry fot that @
rostonix.. im just learning how to use zenno.. and now will try to explain as simple as i can
This is just an example site:
http://www.keralafreeclassifieds.com/php/postClassifieds.php
As You can see thers 4 comboboxes.. and what i want to code is this:
We have "Select a Category" dropdown menu.. and what i want is somehow to create in projectmaker in input "variable.dropdown_category"... then where in zennoposter user can define (write it) which category he wants .. the same with others..
SOLUTION:
I finally managed to do this..
Dropdown to action manager -> set its attribute to selecteditems and create "text" variable for it
My problem:
In combobox "Select a Category" on that example site - one of the option is "Pets" so in zennoposter in settings i have to write "Pets" in order to script work properly. What i want is to write for example "pets" or "pet" and it still will choose "Pets". This is important for me because when i have like 10 sites in 1 script with simillar categories like "Pets" "Pet" "pets" "pets and insects" i could only write in seetings "pet" and it would automatically choose right category. Maybe is there any way i could write in zennoposter in settings several categories separated by comma (or something) and script will choose the existing one? Hope You understand what i need