-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[com_fields] not display in com_contact form #12673
Comments
You need to set them for the context Mail, otherwise they will appear on contacts. |
I cannot switch from contact to mail , and if I select mail I cannot create a custom field |
In the list where the fields are displayed (as shown in my screenshot of the first comment) select mail. Then hit the new button and create your field. |
added another field -> Job (text)
|
This fields do belong to the front end form. You will see the fields on the contact form on the front end. |
no they are not on the frontend form the code displayed on front end
|
You need to set the edit value permission for the public group to allowed. |
in User Groups > Edit > allowed , nothing changes and allow editing to public for all is not what one want, one want only permissions for contact custom fields |
ok now it works for textarea but not for radio buttons, they are not displayed
|
Concerning permissions, see #12693 |
@infograf768 I have set the permissions but button radio are not displayed |
I meant that permissions are flawed imho in com_fields. They are unsufficient at best. |
@infograf768 please discus the sense of the new permission in #12693 and not here. The problem is that the checkbox is not shown properly. |
@laoneo I did something wrong with radio buttons or do you get the same result than me ? thanks a lot for your work and I keep on trying all :-) |
Yes, also on the back end. I try to fix it... |
Glad to hear that the rest is working. Please test #12698 which should fix the display issue for radio buttons and checkboxes. |
You need to save the values again when you edit the radio field. |
if I submit the contact form I get that email
job: photographe is the custom field type= text (it works) |
Can you please test it with the most actual code from staging as most of the issues you experience should be solved now. Thanks. |
I never know what to download and install exactly, is there a very las version of joomla with your code ? thank you |
You can download the latest builds from here https://developer.joomla.org/nightly-builds.html. |
new install J37 last version same radio buttons Field, I get the email
with dl class="fields-container article-info muted"... instead of the radio value and as I said before the fields tab is not displayed any more in the contact form edit, it's missing
displayed in com_content but missing in com_contact |
any news ? :-) |
I need to test that, sorry for the late response, but I was occupied with some other things. |
no problem ... I wasn't sure if you had seen my replies, thanks for your work |
I'v just tested it with the latest code from staging and it worked. Here is a screenshot about my form And here the raw output which will be sent by mail
So I suggest that you are doing a new installation of the most actual Joomla code and then redo the test again. |
Can we close this one? |
I guess we can close this one as, as I and other have been testing contacts extensively in the last weeks. |
Closing as there was no response. |
the new fields are disabled |
Check the permissions for the field! |
Thanks but what should be the permissions ? that it works as expected for everybody anyway the com_contact form never send anything .... with SMTP or with PHP mail , it just does not work |
ok now it works but if I get the email the custom field is displayed in that way
|
That doesn't really makes sense. Can you open please a new issue which describes the problem and what do you expect for the fields? Thanks. |
I have really no idea how works Github and where to open a new issue I give up with Github i'll try on https://issues.joomla.org thank you |
… On 1 May 2017 6:38 p.m., "ymages" ***@***.***> wrote:
I have really no idea how works Github and where to open a new issue
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#12673 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABPH8bVbu6fEdDL7mh51GvYPSPSH_h_aks5r1hiCgaJpZM4Kl4Rw>
.
|
thanks |
impossible to write Zahnärztin in the Text , only in the Value, for a custom field type list, I must write Zahnaerztin that it works but it is necessary to get Zahnärztin written on front-end Warning: SimpleXMLElement::__construct(): Entity: line 2: parser error : Entity 'auml' not defined in /libraries/joomla/form/form.php on line 728 Warning: SimpleXMLElement::__construct(): ZahnarztZahnä in /libraries/joomla/form/form.php on line 728 Warning: SimpleXMLElement::__construct(): ^ in /libraries/joomla/form/form.php on line 728 |
Please open a new issue with the steps to reproduce your error. Make sure you are using the 3.7 final version. Thanks. |
I am using the 3.7 final version line 728 = $data = new SimpleXMLElement($data); |
Can somebody lock that issue please? |
locked as requested |
Steps to reproduce the issue
create a com_contact named Contact , category Forms
create a custom field (radio : Sex->M/F) for com_contact form, category Forms
in Contact settings:
tab Display -> Show User Custom Fields -> All (category Forms is not in the list)
tab Fields -> sex displayed as label only Sex
Expected result
custom field Sex should be displayed in frontend contact form
Actual result
not displayed
System information (as much as possible)
php 5.6
on localhost AMPPS
Additional comments
question for @laoneo #11833 (comment)
The text was updated successfully, but these errors were encountered: