frontend-item-form with json.parse errors

More
5 months 1 week ago #84612 by kath
This message contains secure information

Please Log in or Create an account to join the conversation.

More
5 months 1 week ago #84615 by micker
joomla admin doesn't works

FLEXIcontent is Free but involves a very big effort on our part.
Like the our support? (for a bug-free FC, despite being huge extension) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing reviews. Thanks![/size]

Please Log in or Create an account to join the conversation.

More
5 months 1 week ago #84616 by kath
This message contains secure information

Please Log in or Create an account to join the conversation.

More
5 months 1 week ago #84623 by micker
user : flexicontent and pass doesn't have access to admin i need super admin access for a review

FLEXIcontent is Free but involves a very big effort on our part.
Like the our support? (for a bug-free FC, despite being huge extension) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing reviews. Thanks![/size]

Please Log in or Create an account to join the conversation.

More
5 months 1 week ago #84625 by kath
This message contains secure information

Please Log in or Create an account to join the conversation.

More
5 months 6 days ago #84627 by micker
hello i do some test, all other type works
=> its a problem on your type
i test in backend
Code:
// Check if sortable() function is available in $.fn if (typeof $.fn.sortable !== 'function') { // If not, provide an empty dummy function $.fn.sortable = function() { // Dummy function that does nothing }; } $(document).ready(function(){ $('#adminForm').submit(function(event){ // Prevent the form from submitting by default event.preventDefault(); // Get the values of the email and phone fields var emailValue = $('#custom_sEmail_0').val().trim(); var phoneValue = $('#custom_sPhone_0').val().trim(); // Check if both email and phone are empty if (emailValue === '' && phoneValue === '') { // Display error message $('#custom_sEmail_0').after('Bitte geben Sie entweder E-Mail oder Telefon an. Danke!'); } }); });
have a problem
Code:
$(document).ready(function(){ $('#adminForm').submit(function(event){ // Prevent the form from submitting by default event.preventDefault(); // Get the values of the email and phone fields var emailValue = $('#custom_sEmail_0').val().trim(); var phoneValue = $('#custom_sPhone_0').val().trim(); // Check if both email and phone are empty if (emailValue === '' && phoneValue === '') { // Display error message $('#custom_sEmail_0').after('<span class="error-message">Bitte geben Sie entweder E-Mail oder Telefon an. Danke!</span>'); } }); });</script>

FLEXIcontent is Free but involves a very big effort on our part.
Like the our support? (for a bug-free FC, despite being huge extension) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing reviews. Thanks![/size]

Please Log in or Create an account to join the conversation.

Moderators: vistamediajoomlacornerggppdk
Time to create page: 1.818 seconds
Save
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline