- Posts: 13
COMMUNITY FORUM
Form generation
- Christoph Schmid
- Topic Author
- Offline
- New Member
Less
More
6 years 2 weeks ago #170151
by Christoph Schmid
Form generation was created by Christoph Schmid
Hello,
for our website we need a form to fill in at the backend and the result should be shown at the frontend.
We get informations from clinics about their treatment options, price und so on and all the information should be published. When we are finished it will be 2500 Pages on our Website.
We use Joomla, K2, Helix Ultimate and SPPageBuilder from Joomshaper.
Is this possible with K2?
Hope to get an answer.
Claudia
for our website we need a form to fill in at the backend and the result should be shown at the frontend.
We get informations from clinics about their treatment options, price und so on and all the information should be published. When we are finished it will be 2500 Pages on our Website.
We use Joomla, K2, Helix Ultimate and SPPageBuilder from Joomshaper.
Is this possible with K2?
Hope to get an answer.
Claudia
Please Log in or Create an account to join the conversation.
- Mohamed Abdelaziz
- Offline
- Platinum Member
- Joomla Developer
6 years 2 weeks ago #170153
by Mohamed Abdelaziz
Multiple Extra Fields Groups for K2
AutoMeta for K2
Chained Fields for K2
More K2 Extensions In My Extensions Store
Replied by Mohamed Abdelaziz on topic Form generation
Hello
Yes, it is possible with K2.
What are your concerns about K2 in this context?
Yes, it is possible with K2.
What are your concerns about K2 in this context?
Multiple Extra Fields Groups for K2
AutoMeta for K2
Chained Fields for K2
More K2 Extensions In My Extensions Store
Please Log in or Create an account to join the conversation.
- Christoph Schmid
- Topic Author
- Offline
- New Member
Less
More
- Posts: 13
6 years 2 weeks ago #170154
by Christoph Schmid
Replied by Christoph Schmid on topic Form generation
I have no concerns about K2 in this context, My knowledge in K2 is just at beginning and at the moment I have no idea, how to make this.
So I have to find a solution, to do this.
So I have to find a solution, to do this.
Please Log in or Create an account to join the conversation.
- Mohamed Abdelaziz
- Offline
- Platinum Member
- Joomla Developer
6 years 2 weeks ago #170155
by Mohamed Abdelaziz
Multiple Extra Fields Groups for K2
AutoMeta for K2
Chained Fields for K2
More K2 Extensions In My Extensions Store
Replied by Mohamed Abdelaziz on topic Form generation
I see, K2 extra fields can be used to collect different information such as price, specially if you are planning to use this information in sorting and filtering the data.
Multiple Extra Fields Groups for K2
AutoMeta for K2
Chained Fields for K2
More K2 Extensions In My Extensions Store
Please Log in or Create an account to join the conversation.
- Christoph Schmid
- Topic Author
- Offline
- New Member
Less
More
- Posts: 13
6 years 2 weeks ago #170156
by Christoph Schmid
Replied by Christoph Schmid on topic Form generation
I think, that I can also work with also with Multiple Extra Fields, but can I arrange this fields only at the bottom, or also in the middle of the text/page?
Please Log in or Create an account to join the conversation.
- Mohamed Abdelaziz
- Offline
- Platinum Member
- Joomla Developer
6 years 2 weeks ago #170157
by Mohamed Abdelaziz
Multiple Extra Fields Groups for K2
AutoMeta for K2
Chained Fields for K2
More K2 Extensions In My Extensions Store
Replied by Mohamed Abdelaziz on topic Form generation
Extra fields can be displayed in any place in the item view, you can use this statement to display any extra field in the template override of the item view (item.php)
<?php echo $this->item->extraFields->FieldAlias->value; ?>
Multiple Extra Fields Groups for K2
AutoMeta for K2
Chained Fields for K2
More K2 Extensions In My Extensions Store
Please Log in or Create an account to join the conversation.
- Christoph Schmid
- Topic Author
- Offline
- New Member
Less
More
- Posts: 13
6 years 2 weeks ago #170158
by Christoph Schmid
Replied by Christoph Schmid on topic Form generation
Is this also possible with your multtple extra fileds extension?
I have to publish different clinic information with different categories for one clinic, for example
- surgery
- internal medicine
- nephrology
- ....
And in this categories I have again some more facts to publish
So I need also different headers above the mutiple extra fields, how can i make this?
I have to publish different clinic information with different categories for one clinic, for example
- surgery
- internal medicine
- nephrology
- ....
And in this categories I have again some more facts to publish
So I need also different headers above the mutiple extra fields, how can i make this?
Please Log in or Create an account to join the conversation.