Skip Navigation

[Resolved] unable to build toolset form

This support ticket is created 3 years, 6 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 - - 9:00 – 13:00
14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 - - 14:00 – 18:00

Supporter timezone: Africa/Casablanca (GMT+01:00)

This topic contains 3 replies, has 2 voices.

Last updated by Jamal 3 years, 6 months ago.

Assisted by: Jamal.

Author
Posts
#1814207

I am trying to create an application form for my users (Instructors) who can fill that information to request to become Instructors. While I am trying to create the form using toolset form builder, I am not getting the option to save or next button to see the drag and drop builder.

#1814217
#1814365

Hi Jamal,

While I was creating the form after deactivating the other plugin, I also noticed that in the drag and drop editor I am not able to create side by side fields. It only allows me to use single line field.

#1814983
Screen Shot 2020-10-17 at 4.02.16 PM.png

Hi Jamal,
Were you able to get me a resolution for this one ?

I am also facing an issue where the spaces on my Archive page for Custom Fields are appearing as "Question Marks" (?) and the post title is saving something

New threads created by Jamal and linked to this one are listed below:

https://toolset.com/forums/topic/question-marks-appearing-on-archive-template/

#1817585

Jamal
Supporter

Languages: English (English ) French (Français )

Timezone: Africa/Casablanca (GMT+01:00)

Hello and my apologies for the late reply. I could not find out why this issue is only happening for your site and not on a clean install that includes all the plugins. So, I came up with a workaround that will remove the Instructor Role plugin's script when editing Toolset Forms. I tested in my local copy and it works. Please add the following code to your child theme's functions.php file before "?>" at the end of the page:

add_action('admin_enqueue_scripts', 'some_hook_function');

function some_hook_function(){
  $current_page = get_current_screen();

  if ( $current_page->id == 'cred-form') {
    wp_dequeue_script('eat_admin_js');
    wp_dequeue_script('codemirror-js');
  }
}

Check this screenshot to be sure when to add this code hidden link

However, for support rules, we are able to handle only one issue at a time. This helps us to bring you a better service and also helps other users to find all the information here exposed. For that reason, I have created another ticket for the question marks issues and I'll be posting my reply there.

Let me know what you will get.

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.