Need help with "submit content"!

tago 06 Apr, 2009
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!
GreyHead 06 Apr, 2009
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
tago 06 Apr, 2009
Can u link? I realy need help...
Max_admin 06 Apr, 2009
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
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
tago 19 Apr, 2009
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?
GreyHead 19 Apr, 2009
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:
<?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
tago 19 Apr, 2009
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?
Need help with "submit content"! image 1
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?
tago 25 Apr, 2009
NObody? Plz helpp me!

/Vincent
GreyHead 25 Apr, 2009
Hi tago,

Sorry, I don't have the time right now to do your coding for you :-(

Bob
tago 26 Apr, 2009
Do you now somebody else that can make the code for me?

//vincent
GreyHead 26 Apr, 2009
Hi tago,

You can try posting in the Professional Services area here; or maybe on elance?

Bob
tago 14 May, 2009
I have done that but noone will answer me?
This topic is locked and no more replies can be posted.