Hi! I am new here at chrono... I need som help with "submit content". I was wondering if somone can make a form for me? I tell them how I want it to look and someone wrights it to me? And how to edit the submit content easily without "cod"?
//vincent - Sorry for my bad english!
//vincent - Sorry for my bad english!
Hi ago,
I think there is an example here somewhere, if not you could try the Professional Services Required forum and pay someone to do it for you.
Bob
I think there is an example here somewhere, if not you could try the Professional Services Required forum and pay someone to do it for you.
Bob
Hi Tago,
tell me what you have in mind, how do you want the form to look like ? here or in a PM or at the Professional services forums :
http://www.chronoengine.com/forums/index.php?option=com_chronoforums&cont=forums&f=8
or through the Contact Us page!
Regards
Max
tell me what you have in mind, how do you want the form to look like ? here or in a PM or at the Professional services forums :
http://www.chronoengine.com/forums/index.php?option=com_chronoforums&cont=forums&f=8
or through the Contact Us page!
Regards
Max
I want to have more text fields in the submit to content form. How to do that?
I want it to look like this.
Befor submit to content:
text1:
field 1
text2:
field 2
text3:
field 3
After:
text 1:<-- with colon
field 1 text here
text 2:<-- with colon
field 2 text here
text 3:<-- with colon
field 3 text here
and i want it to look like this in content.. Like an article. I want it to look like this site http://www.saltmannen.se
Plz help me!
//vincent - sorry for my bad english
edit: I can make a picture of how i want it to look if u want to?
I want it to look like this.
Befor submit to content:
text1:
field 1
text2:
field 2
text3:
field 3
After:
text 1:<-- with colon
field 1 text here
text 2:<-- with colon
field 2 text here
text 3:<-- with colon
field 3 text here
and i want it to look like this in content.. Like an article. I want it to look like this site http://www.saltmannen.se
Plz help me!
//vincent - sorry for my bad english
edit: I can make a picture of how i want it to look if u want to?
Hi tago,
You can edit the Form HTM as much as you like to allow seprate pieces of information to be input.
But you can only save a the standard fields to the jos_content database table . . .
So, you have to join the input field results together in one of the OnSubmi code boxes so that they can be saved in the form that you want them. It will be something like:
Bob
You can edit the Form HTM as much as you like to allow seprate pieces of information to be input.
But you can only save a the standard fields to the jos_content database table . . .
So, you have to join the input field results together in one of the OnSubmi code boxes so that they can be saved in the form that you want them. It will be something like:
<?php
$field_1 = JRequest::getVar('field_1', '', 'post');
$field_2 . . .
. . .
$content = "";
$content .= <h3>Header</h3>";
$content .= "<div>Text 1:<br />$field_1</div>";
$content .= "<div>Text 2:<br />$field_2</div>";
. . .
JRequest::setVar('content', $content, 'post);
?>
Note: I've made up the field name 'content' it may need to be something different.Bob
This is how I want it to look. Can u make a code to me for content so i just can clip the "submit content" html out and just copy in the new one that u make for me? And when u have filled out the forms with text in the frontend, Then I want it to look like it does on http://www.saltmannen.se. Can u do that for me? plzplz
I realy need this!
The titel needs to be the titel in the article/content thing.
//vincent - sorry for my bad english
Edit: Can u put in rating stars in the form with chronoforms?

This is how I want it to look. Can u make a code to me for content so i just can clip the "submit content" html out and just copy in the new one that u make for me? And when u have filled out the forms with text in the frontend, Then I want it to look like it does on http://www.saltmannen.se. Can u do that for me? plzplz
I realy need this!
The titel needs to be the titel in the article/content thing.
//vincent - sorry for my bad english
Edit: Can u put in rating stars in the form with chronoforms?
I realy need this!
The titel needs to be the titel in the article/content thing.
//vincent - sorry for my bad english
Edit: Can u put in rating stars in the form with chronoforms?

This is how I want it to look. Can u make a code to me for content so i just can clip the "submit content" html out and just copy in the new one that u make for me? And when u have filled out the forms with text in the frontend, Then I want it to look like it does on http://www.saltmannen.se. Can u do that for me? plzplz
I realy need this!
The titel needs to be the titel in the article/content thing.
//vincent - sorry for my bad english
Edit: Can u put in rating stars in the form with chronoforms?
Hi tago,
Sorry, I don't have the time right now to do your coding for you :-(
Bob
Sorry, I don't have the time right now to do your coding for you :-(
Bob
Hi tago,
You can try posting in the Professional Services area here; or maybe on elance?
Bob
You can try posting in the Professional Services area here; or maybe on elance?
Bob
This topic is locked and no more replies can be posted.