moni
Forum Replies Created
-
I had tried this. Agent is added now when I logout my site after login I can not see the other chat agent in Select box neither I is selecting other user as chat agent and stopped sending messages .
Forum: Plugins
In reply to: [Form to Post] Dynamic Value Not postedYes exactly my form to post function is same like this example in short code actions and filters plugin.
But when I submit form ( My ID is ) this title is posted only but ID does not posted.
{$form_data->posted_data[‘Myid’]} this dynamic ID does not posted with text.Forum: Plugins
In reply to: [Contact Form DB] Make Link Clickable in in datatableThank You Michael for support I customized JavaScript and it helped.
Forum: Plugins
In reply to: [Buddy-bbPress Support Topic] Support Request Status Not ShowingHi. Hope You are doing well. ??
I would like to let you know that I faced another error. I deactivated plugin and activated again, I faced the problem that in Topic editor menu (front end) Links started appearing twice. I deactivated plugin then problem resolved. I deleted plugin and installed again It started appearing again twice. here is link twice menu
Please let me know that am I doing some thing wrong or its an error. ThanksForum: Plugins
In reply to: [Buddy-bbPress Support Topic] Support Request Status Not ShowingHi any update ? ??
Forum: Plugins
In reply to: [Contact Form 7] one or more field have errorI was getting this error by using date picker plugin for contact form 7. when more then one date pickers are used in the form it generate this error. Please figure out which external plugin you are using which is creating this error.
Forum: Plugins
In reply to: [Contact Form DB] Make Link Clickable in in datatableYes I had Read https://cfdbplugin.com/?p=867 Link before But it is not making link in table like I want..
Scenario is:
I have contact form Under every WordPress blog post.I am using a dynamic hidden field plugin that capture the URL of every Blog page from which contact form is submitted and keep record in CFDB. And show in CFDB datatable column.I want to make that Dynamically captured URL Clickable.
This link you have provided will make it clickable by putting https://xyz.com which redirect to specific page only and static link which does not change.Forum: Plugins
In reply to: [Buddy-bbPress Support Topic] Support Request Status Not ShowingI am using Plugin bbPress Topics for Posts when I create post new topic is assigned to post and it is automatically generated and saved. The Problem is it is not showing status by default “not resolved”. When I bulk edit it it started showing status
But when I create topic manually+automatically it does not show status..When I create new topic manually Topic Attributes Look like This instead of Default status.
I also want to do same any suggestions ?
Forum: Plugins
In reply to: [Contact Form 7 Datepicker] Timepicker doesn't workI also faced same problem
Forum: Plugins
In reply to: [Contact Form 7] one or more field have errorI am using total theme and other theme customization. But my all other forms are working properly except this form.
Here is the form Link please check this I am unable to identify whats wrong with it. I had also conditional fields on If married=Married conditional field opens.- This reply was modified 7 years, 8 months ago by moni.
Forum: Plugins
In reply to: [Contact Form 7] one or more field have errorI have send you in your gmail provided at [email protected]
Forum: Plugins
In reply to: [Form to Post] Post formateok
I was talking about that blog theme file.
But your answer is very helpful Thank you Michael.I want this to be appear in Contact form DB as hidden field.
Forum: Plugins
In reply to: [Contact Form 7] Generate ID on the base of field valuesI tried this code to get value but it is not working not capturing data from fields.
function add_unique_id($formData) {
$formData->posted_data[‘uniqueid’] = “{$form_data->posted_data[‘Nationality’]}{$form_data->posted_data[‘date-970’]}{$form_data->posted_data[‘ChildName’]}”;
return $formData;
}
add_filter(‘cfdb_form_data’, ‘add_unique_id’);