Forum Replies Created
-
AuthorPosts
-
Robert Granlund
Participant“You can hook into the cn_pre_insert_term filter.”
I want to change Category to ‘Sales Manager” is this the correct example I should follow?
https://developer.wordpress.org/reference/functions/wp_insert_term/
I am using the Form Plugin so a contact can be added on the front end. I have attached an imageAttachments:
You must be logged in to view attached files.Robert Granlund
ParticipantSteven, thank you for answering all of my questions. I appreciate it. IS there a hook for the function in connections_form.php? I can probably figure it out. I tried to do using jQuery to edit the code on load with
$('li:contains("Robert Granlund")').removeClass('active-result');
$('li:contains("Robert Granlund")').addClass('result-selected');
But to no avail.Robert Granlund
ParticipantOn Forms, Add New Contact, is there a way to auto-populate the category? Also, is there a hook to change the name/title of Category to some unique to our operation?
Robert Granlund
ParticipantThanks this really helps. The article I read answered all questions.
Robert Granlund
ParticipantThanks Steven. I understand now. I appreciate your help! We are using the plugin to help track sales data in addition to just the contact.
-
AuthorPosts
