OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Joomla CCK - display the value of a field from ano (0 viewing) 
Go to bottom Favoured: 0

Joomla CCK - display the value of a field from ano

admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:Joomla CCK - display the value of a field from ano 9 Months ago
Karma: 101  
Hello

Very important
!!! Please not send access to your site to forum, Please use Contact Us Form for that

for understand where and what not work Full detail description - how we may reproduce this.

I am sorry, I not found at frontend "IM-Anfragen DE erstellen" layout.

For all what you described work correctly - you need at 1 website page have both these layouts.

Regards
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
hcohl (User)
Senior Boarder
Posts: 47
graphgraph
User Offline Click here to see the profile of this user
Re:Joomla CCK - display the value of a field from ano 9 Months ago
Karma: 0  
For access to "IM-Anfragen DE erstellen" layout in the front end please use this link:
www.give-consulting.com/_neu3/index.php/...fuer-administratoren
and login as administrator. I will send you access data over your contact form
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:Joomla CCK - display the value of a field from ano 9 Months ago
Karma: 101  
Hello

Please check now

2 errors

1. "ready" better write:
Code:

jQuerOs( document ).ready(function() {
 jQuerOs(".text_textfield_35").val( jQuerOs(".text_textfield_33").text() ) ;
});



2 On page must exist 2 fields: text_textfield_35 and text_textfield_33

In your case field "Erstellt von:" (text_textfield_33) - was not added to layout.
If you not wish show it to clients, Please add "custom code" field with CSS type, and to it. the code like:
Code:

.text_textfield_33{
display:none !important;
}



Regards
OrdaSoft team
Logged Logged
Last Edit: 2023/08/02 13:26 By admin.
The administrator has disabled public write access.
hcohl (User)
Senior Boarder
Posts: 47
graphgraph
User Offline Click here to see the profile of this user
Re:Joomla CCK - display the value of a field from ano 9 Months ago
Karma: 0  
Thank you, that helped.

Now another question:
In the email sent via the form I have an upload field.
In the field Mail I output the fields and the fileupload field

<p>{|text_textfield_34|} </p>
<p>{|text_textfield_35|} </p>
<p>{|text_textfield_36|} </p>
<p>{|text_textfield_37|} </p>
<p>{|text_textfield_38|} </p>
<p>{|filefield_43|}</p>

if this is not filled out by the user, it should not appear in the email either.
But the email looks like this:

OP-23-481
Interim Project Manager (m/f/d) to build a new production plant
{|filefield_43|}
Logged Logged
The administrator has disabled public write access.
hcohl (User)
Senior Boarder
Posts: 47
graphgraph
User Offline Click here to see the profile of this user
Re:Joomla CCK - display the value of a field from ano 9 Months ago
Karma: 0  
And still another question:
I have a textfield (see screenshot)
www.give-consulting.com/_neu3/index.php/...agen/op-23-481:84:13

the value is too long for the field. why is there no line break?
I have for the element:
Element {
font-weight: normal;
word-wrap: break-word;
}
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:Joomla CCK - display the value of a field from ano 9 Months ago
Karma: 101  
Hi

In the email sent via the form I have an upload field.
We need some time for check this.

If you no need field "HCOHL" please hide it. Please check attachment image

By the way: if you have some fields, which you fill from another form, and you not wish show these fields to clients. You may hide them exactly as we proposed before:
Please add "custom code" field with CSS type, and to it. the code like:
Code:

.text_textfield_35{
display:none !important;
}



Regards
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»