-
Posts
5 -
Joined
-
Last visited
Posts posted by kcnpxcp
-
-
Hi there,
I’ve built a form containing a list of products and their price. Some of these products got no exact price, mean it is individual. Ive read the API from InputSelect.module, but I don’t really understand how to add attributes to my options from the selectbox.
I am adding products like this:
$field->addOption($prod->product_title);
Now I want to add also an attribute „disabled“ if there is no value for price. Like:
if(!$prod->product_price)
{
// Code needed
}
Can somebody help me to solve this?
Greetings from Nuremberg.
-
Hi,
I have the Form Builder Plugin installed. For simple Forms its pretty easy and comfortable, for complex Types I dont know how to handle dynamic Inputs. Ive made a Webpage with a lot of Subsites for example Services. These Services I want to List as Select Inputs in Form Builder.
Is this possible?
I can build a solution on my own. But i purchased this Plugin to save a lot of time and I hope anybody knows how to configure, without changing the code base of FB.
Greetings from Nuremberg, Germany.
-
Hi,
thank you for your help. This straight answer saves a lot of "Frickelarbeit". In this way I will use the option creating Tags manually. This keeps also a better overview of which tags are actually created.
- 1
-
Hi there,
I am new on using PW. So this is my first Post. In order of that, i want to say Hello to everybody.
I used PW, to create a Blog with Tagging Function. I used the Page Field Type to create a new Page from a new Tag, defined in a Blog Article.
My Problem is, when I create a New Tag for example "Title A" the Tag and a Page is correctly been created. But the URL of the new Tag Page is a fallback solution like 2014-12-16....
How it is possible to define a custom URL from the Title, as PW does, when I "manually" create a new Page. The easiest Way is the Favorite. I thought I can hook up the Page-Save-Event to Auto-Create a URL, but that would be not that easy. Also I have to fill 2 Fields because its a multilanguage Site.
Can anybody help?
Greetings from Germany
SQL Exception on creating new language
in General Support
Posted
Hi there,
Ive got a problem on adding a new language to processwire. I created as usual a new language named "en" and then I got an SQL Error. At the moment I have no idea how to fix it. I dont want to loose my data from SQL-Tables. Access to Backend isnt possible anymore. Frontend works.